Login form implemntation

L

lalit

Can Some one please suggest me best way to implement login and
password process in asp.net but not to use inbuilt in ASP.net as I
have tried to make it work It didn't.
I have tried to user to login with right details but then store user
info in session . After that I am checking on each page if the user is
logged in then fine if not then go to login page again.
But session doesn't work the wy i thought.
Any other ways to do it please
 
K

Kevin Spencer

Use ASP.Net Membership and Role Providers. If you haven't been able to use
them successfully, I suggest you study up on them. The following links
should help:

http://msdn2.microsoft.com/en-us/library/330a99hc.aspx
http://msdn2.microsoft.com/en-us/library/tw292whz.aspx
http://msdn2.microsoft.com/en-us/library/9ab2fxh0.aspx
http://msdn2.microsoft.com/en-us/library/tksy7hd7.aspx

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top