Top "Forms-authentication" questions

Forms Authentication is a built-in and extensible system for authenticating users in an ASP.

C# - Forms Authentication Code-Behind w Custom Role and Membership Providers

Unfortunately, all the examples for Forms Authentication Code Behind w/ Custom Role and Membership Providers I find online are written …

c# asp.net forms-authentication membership-provider roleprovider
ASP.NET - Redirect to Error Page if Roles Authorization Fails

I am using MVC 3 with Forms Authentication. On my controller or methods, I am doing the following: [Authorize (Roles = "developer")] …

c# .net asp.net-mvc authentication forms-authentication
Remember me functionality in ASP.NET Form Authentication doesn't work

I'm using ASP.NET forms authentication for logging users into a website we're developing. Part of the functionality is a "…

c# forms-authentication remember-me
Prevent IIS from serving static files through ASP.NET pipeline

Requests for my css, js, image files are being served through the ASP.NET pipeline. I thought IIS by default …

asp.net-mvc forms-authentication iis-7.5 static-files
MVC Forms LoginUrl is incorrect

I have an ASP.NET MVC 3 application with forms authentication. For some reason that I cannot see, the login redirect …

asp.net-mvc asp.net-mvc-3 forms-authentication
Custom forms authentication in MVC

I want to use authentication on my site in order to login to the Admin section. I already have my …

c# asp.net asp.net-mvc forms-authentication
Forms Authentication across Sub-Domains

Is it possible to authenticate users across sub-domains when the authentication takes place at a sub-domain instead of the parent …

c# asp.net forms-authentication
Secure Flag for ASPXAUTH Cookie

We have an externally facing application which was penetration-tested by an external security company. Application has been developed on ASP.…

security asp.net-mvc-4 forms-authentication
AngularJS + ASP.NET Web API + ASP.NET MVC Authentication

I am new to AngularJS and trying to evaluate it for my new web application. Requirement: I will have one …

asp.net-mvc angularjs asp.net-web-api forms-authentication asp.net-identity
Change the user data in FormsAuthenticationTicket programmatically

I am using the FormsAuthenticationTicket and place the data and passing the data across all the pages. and it will …

forms-authentication