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....

Recommended Answers

All 3 Replies

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.