Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to learn asp.net authentication. I learned about authentication through codeBehind.
But, I cannot understand the mechanism behind ASP.NET Autogenerated Login/Register forms in Visual studio 2010.
I don't see a codebehind for the forms Login.aspx and Register.aspx.
How this works. Can anybody explain me please.
Another thing, When I register a user there, I cannot authenticate it using FormsAuthentication.Authenticate function. It always returs false.
Posted

1 solution

Hello,

Please check below link, I think you got idea from this link.

http://runnable.com/UhmVlGxyiEVcAABv/how-to-use-forms-authentication-in-asp-net-for-login[^]
 
Share this answer
 
Comments
Yesudass Moses 18-Feb-15 7:49am    
But, I know this method.
I cant understand the windows methode which doesn't use any code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900