Interview Question in SQL Server Management Studio


 

Interview Question :: Want to create a site in asp.net with multiple logins


i've to create a website on local intranet for my institution.
i m using visual studio 2005 (language-c#).
in my site there will be three types of users section.
Administrator, User, Employee. All 3 will have different areas (as u have understood by its name).

i just want to know how to create multiple logins as well as how to connect it to database (using SQL Server 2005).

Serious answers please.
Answers to "Want to create a site in asp.net with multiple logins"
RE: Want to create a site in asp.net with multiple logins?

Create a signin page w/ username & password field.

Then make a mysql database with the columns "user,pass,type".

And if the info is right, link it to the certain account page.
 
Vote for this answer ::  
Update Alert Setting