Top "Forms-authentication" questions

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

How to do Forms Authentication on purely HTML pages using ASP.NET?

I am using forms authentication in IIS7 to password-protect a dev site, but the authentication seems to get by-passed when …

asp.net html iis-7 forms-authentication static-content
Forms Authentication Ignoring Default Document

I have spent a day and a half trying to resolve this issue. Bascially have an ASP.net website with …

asp.net iis-7 forms-authentication
Upgrading to ASP.NET 4.5/MVC 4 forms authentication fails

I've just downoaded a VS 2012 along with ASP.NET 4.5 and MVC 4.0 and was kicking the tires with a sample app …

forms-authentication asp.net-mvc-4 iis-express asp.net-4.5
Differences in forms auth timeout and session timeout

The session state timeout is set using this web.config element <sessionState mode="InProc" cookieless="false" timeout="120" /> The …

asp.net authentication forms-authentication
How do I implement custom Principal and Identity in ASP.NET MVC?

I want to store extra information in the authenticated user so that I can have it easily accessible (like User.…

asp.net-mvc-2 forms-authentication identity principal
Sharing authentication between two web applications

I have a base web site (Asp.net WebForms application) running under ie. http://localhost:90/ Then I created a new (…

iis-7 forms-authentication shared
Why is Hangfire requiring authentication to view dashboard

I am running HangFire within my MVC web app but whenever I try to navigate to http://MyApp/hangfire, it …

asp.net-mvc forms-authentication hangfire
ASP.NET MVC 3 - Dealing with Session variables

I have an app which uses Form's Authentication and when the user log's in, I retrieve the user's actual name …

c# asp.net-mvc-3 forms-authentication asp.net-session
Persistent cookie timeout with FormsAuthentication

I am creating some "Remember Me" functionality as part of logging in. When I create a persistent cookie during the …

asp.net cookies forms-authentication remember-me
ASP.NET Forms Authentication timeout

This could be a very simple question, but after a few hours trying to understand how this works on ASP.…

asp.net timeout forms-authentication