For my experience ,forms authentication lets you authenticate users by using your own code and then maintain an authentication token in a cookie or in the page URL. To use forms authentication, you can create a login page that collects credentials from the
user and that includes code to authenticate the credentials. Typically, configure the application to redirect requests to the login page when users try to access a protected resource, such as a page that requires authentication.
ramll
how to customize forms authentication ?
I would like to suggest you to check the links below for the articles which describe how to implement forms authentication.
ramll
Participant
1127 Points
1299 Posts
Customizing Forms Authentication
Mar 20, 2011 03:33 PM|LINK
Hello,
May I know, how to customize forms authentication ?
What is the use of this customizing ?
TIA
dotnetnerd
Contributor
2434 Points
551 Posts
Re: Customizing Forms Authentication
Mar 21, 2011 05:29 AM|LINK
You can read this article.
Windows ASP.NET Hosting | Reseller Hosting | Cloud Hosting
Ming Xu - MS...
All-Star
25269 Points
2235 Posts
Microsoft
Re: Customizing Forms Authentication
Mar 22, 2011 05:07 AM|LINK
Hi,
For my experience ,forms authentication lets you authenticate users by using your own code and then maintain an authentication token in a cookie or in the page URL. To use forms authentication, you can create a login page that collects credentials from the user and that includes code to authenticate the credentials. Typically, configure the application to redirect requests to the login page when users try to access a protected resource, such as a page that requires authentication.
I would like to suggest you to check the links below for the articles which describe how to implement forms authentication.
How to: Implement Simple Forms Authentication
Explained: Forms Authentication in ASP.NET
Hope it can help you.
Feedback to us
Develop and promote your apps in Windows Store