my user will use form authentication against Active Directory or database. Theres no Windows Integr开发者_高级运维ated Authentication there!!
I\'m using forms authentication in an ASP.NET application. I configure the FormsAuthenticationTicket to expire in 1 year but it actually expires after 1 hour or so. I can\'t figure out why.
The below code and the config works fine, but force to enter user name/password case sensitively, i want to make it non case sensitive.
In my web application (asp.net mvc) I have an restrict area. In my model, I have an entity called \"User\" represents a user can do login/logout in web app. I\'ve used Forms Authentication to login/ou
When a user logs in into my website I have a custom membership provider that overrides ValidateUser and verifies that the user has sufficient rights etc.
I have a project containing an image, css and js folder. I want to make sure no css, image or js is blocked when using formsauthentication.
Ive written a custom membership provider for my ASP.Net website. Im using the default Forms.Authentication redirect where you simply pass true to the method to tell it to \"Remember me\" for the curr
I want to access some pages of web site https://myoffice.bt.com which requires user authentication using java. We have to sign in first to access pages. I have wriiten following code.
I\'m using Forms authentication on my MVC website. I administrate users and roles using the default ASP.NET Configuration option in Visual Studio. All good so far.
I\'ve looked around and I can\'t find the concise steps that I need to take in order to implement forms authentication in my web site. I\'m using C# 3.5 with an SQL Server backend.