Authenticate Event Example
What is a good example (not the one's that are difficult to follow on the msdn) of a login control authenticate event?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Upamanyu Roy ChoudhuryPosted Feb 13, 2013, 12:42 AM
We use login controls to authenticate an user and later on authenticated user's can access the resource or URL following the constraints imposed in the Web.config.
Login control comes as part of Web Site Administration tool which helps us to provide authentication. The user provides the credentials and then authenticated.
Following are the two good articles on this concept.
http://www.codeproject.com/Articles/27682/Your-Login-Attempt-was-not-Successful-Please-Try
www.highoncoding.com/Articles/134_Authenticating_Users_Using_Login_Control.aspx
Please go through it and mark this post as an answer if you find it useful.
With Warm Regards,
Upamanyu