Questions regarding ASP.
I have copied a previous project and renamed it. Once I had successfully renamed all the name spaces and it …
asp.net-mvc asp.net-mvc-5 owin asp.net-authenticationHow do I implement an Automatic Logout Timer. So basically if the user is inactive for x minutes their session …
asp.net-mvc asp.net-mvc-5 asp.net-identity owin asp.net-authenticationI understand that I can use claims to make statements about a user: var claims = new List<Claim>(); …
c# asp.net-web-api2 asp.net-identity claims-based-identity asp.net-authenticationI'm currently making a custom login in ASP.NET. I've modified the code of the Login Control to use my …
c# asp.net asp.net-authenticationHow to use forms authentication without login control.I don't want to use asp.net login control in my site.…
asp.net asp.net-membership forms-authentication custom-membershipprovider asp.net-authenticationI'm working on a .NET Core 2.1 Web application with CookieAuthentication. For some reason setting the ExpireTimeSpan and Cookie.Expiration on …
asp.net asp.net-mvc asp.net-core asp.net-core-2.0 asp.net-authenticationI am having an issue where I cannot seem to get my Identity Server logout to show the confirmation first. …
.net identityserver4 asp.net-authenticationI am working with ASP.NET application that uses Forms Authentication. However, if I turn off all authentication methods except …
asp.net iis-7 forms-authentication asp.net-authenticationI am trying to create a REST service using asp.net web api and everything is working fine but I …
asp.net rest asp.net-web-api wcf-rest asp.net-authenticationI am creating an MVC4 web application that uses ASP.NET forms authentication with custom profile properties defined, such as …
asp.net asp.net-mvc asp.net-membership asp.net-authentication