Wednesday, April 23, 2008

How to Create Aspnetdb, Asp.net membership provider database using aspnet_regsql command - asp.net membership provider,role provider,profile provider

ASP.NET Membership ASP.NET membership is a built in way to validate and store user credentials.And Asp.Net membership helps in user authentication in websites. We can implememt membershipprovider by Asp.net Forms authentication and Login control. Purppose Of Membeship provider 1. Create new user with username and password. 2. Storing membership information in Sql Server,Active directory etc. 3.Authentication of users. By using ASP.NET login control,ASp.NET usercreation wizard etc implement complete authentication system. 4.Fascilitate role management etc The database used to access membership database is normaly created with name ASPNETDB.MDF. Here is how to install ASPNETDB database Creating ASPNETDB DATABASE in your SQLEXPRESS ASPNETDB.MDF is membership provider database and is used for storing and retrieving membership data from database and here we are going to see how to create membership provider database . The command used to create Aspnetdb.mdf is ASPNET_RegSQL.EXE 1.Start->Programs->Microsoft visual studio 2005->visual studio tools->Visual Studio 2005 command prompt. Type ASPNET_RegSQL.EXE in the visual Studio 2005 command prompt 2. A wizard with the heading " Welcome To The Asp.Net Sql Server Wizard " will be displayed. Here need to click Next 3. Next a wizard with " Select Setup Option " will displayed. Now we need to select setup option “Configure sql server for application purpose is default”. Select which one you wants and next. 4. A window with " Select Sql Server Database " Will be shown Now we need to select our sql server database. Here needs to set server, authentication type and database. If select the default name"aspnetDb.mdf" will be selected. If you wants to modify existing database select that database. 5.Now A confirm will be displayed with heading "Confirm your Settings". Now check servername and database name and click next. 6. A window with " The database Has Been Created Or Modified " Will displayed. Now click Finish These all are how to create an asp.net membership database on sql Server 2005 database TACS LLC Dubai Time Attendance Dubai Access Control System Gate Barrier HRMS Solutions EID Reader Software EID Reader Building Maintanance UHF Reader 1 – 1 of 1

1 comment:

Anonymous said...

Too good ....I was trying since two days and I got the solution in this post...thanks so much