- Firstly why we need these aspnet tables and stored procedures??
- Secondly where we get use of them??
- We need these aspnet tables for authentication and authorization purpose.
- These are automatically generated if we give a command.
- Just we should use them in our login pages.
- The command should be given in the Visual Studio 2005/2008(whatever version is intalled in your system) command prompt.
Follow the steps for execution:
- Goto Start menu and in that goto All Programs, we get a list of softwares installed in the PC.
- Now in that see the Microsoft VisualStudio 2005/2008 and in that you can see the Visual Studio Tools.
- Again in that VS Tools you can see the Visual Studio Command Promt.
- Click on that,now we get the comand prompt window in which type aspnet_regsql.exe and press Enter key.
- Now we get a Window (ASPNET SQL Server Setup Wizard) in this keep clicking the Next button for 2 times and then in that window we get we should type the system name we are working on and the authentication details of the database in which you want the aspnet tables to be installed and finally click Finish button.
Now you can see the aspnet tables and stored procedures installed in your database.(press refresh if u cannot see them)
Note: If System Admin has access then no need to specify the authentication details.
No comments:
Post a Comment