I am currently using asp.net 2.0, I need a login page for my web
application, but I will keep a list of users and access right of each
users in a SQL database, I wonder how can this be done, as I know
there is a login control available in asp.net, however, I am not sure
how all my requirements can tie up together with this new control.
Besides, depending on the role, certain pages are availabe to certain
role.
Please advice. Thanks in advance. And your help would be greatly
appreciated.
Peter Bromberg [C# MVP] - 11 Dec 2007 19:25 GMT
Sorry to sound like a broken MP3, but the ASP.NET QUICKSTART tutorials covers
all this kind of basic "stuff". It installs with the .NET Framework SDK, or
you can visit a live hosted version at http://asp.net
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
> I am currently using asp.net 2.0, I need a login page for my web
> application, but I will keep a list of users and access right of each
[quoted text clipped - 6 lines]
> Please advice. Thanks in advance. And your help would be greatly
> appreciated.