Hello All,
As you probably guessed, I am new to ASP.NET. I created a web application but now I want to create a log in page where only certain users can access my application. I don't know where to start. I do not want to use the Web Adminstator Tool because I have the users and their passwords in a SQL database. Can someone please guide me in the right direction or recommend any articles or reference material?
Also I do not want people to bypass the login screen by typing in the url of the application.
By the way I am using C#
Thank you in advanced
As you probably guessed, I am new to ASP.NET. I created a web application but now I want to create a log in page where only certain users can access my application. I don't know where to start. I do not want to use the Web Adminstator Tool because I have the users and their passwords in a SQL database. Can someone please guide me in the right direction or recommend any articles or reference material?
Also I do not want people to bypass the login screen by typing in the url of the application.
By the way I am using C#
Thank you in advanced
Niradhip ChakrabortyPosted Jun 30, 2009, 1:20 AM
1.http://msdn.microsoft.com/en-us/library/ms178331.aspx
2.http://www.daniweb.com/forums/thread24148.html
3.http://ganeshmohan.wordpress.com/2008/05/13/aspnet-c-login-page/