User roles and SQL 2005 authentication

8apedosmil8

New member
Joined
Nov 6, 2007
Messages
1
Programming Experience
Beginner
Could someone point me to the right way to do this.

I have 2 parts to my site, Admin side and the Users/Customers side.

The home page is accessible to everyone and doesn't need authentication.

What needs authentication is when a User/Customer wants to access their information. Same with Admin.

So there is a CustomerLogin.aspx and a AdminLogin.aspx

When a Customer logins, they can see their information which will be on CustomersHome.aspx, the Admin will have a AdminHome.aspx where there will be other pages as well that will need to be authenticated for him to do admin stuff.

Any suggesions on how to do this in VB.NET? I've been looking for guides but everything is outdated and doesn't seem to work.

Thanks.
 
Back
Top