954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

database for login control in asp.net

Hello everybody!
I'm doing my project about ASP.NET but i don't know howto create Database.
Example:
UserName: xxxxxxx
Password: xxxxxxx
Login(<<<)

i want to know how the code working. i want to know where my data will be stored. for example if i am creating login control then which fields are required in my database and what are the steps to do it...e. I want use using SQL database.
Thanks for helping me.
please please reply me fast....

sweetkinjal
Newbie Poster
1 post since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

Easiest way is to use the Aspnet_regsql.exe, and it will add all the tables, stored procedure, and anything else necessary to allow .NET to manage your logins and users for you.

Fortinbra
Posting Whiz in Training
240 posts since Jan 2011
Reputation Points: 47
Solved Threads: 12
 
abhay1234
Light Poster
46 posts since Nov 2009
Reputation Points: 10
Solved Threads: 5
 

Welcome @sweetkinjal

Please take a look at this tutorial from asp.net An Overview of Forms Authentication (Form Authnetication and Authorization).

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: