ASP.NET Membership on Visual Studio 2005 by
Microsoft SQL Server 2000 Configurations Step by step
**************************************************************************
1. Create Database "test"
2. Run Command Prompt
3. Go to "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"
4. Run "aspnet_regsql.exe"
5. Click "Next"
6. Select "Configure SQL Server for application services" and click "Next"
7. Enter name for Server in textbox
8. Select SQL Server authentication fill User name and Password
9. Select Database "test"
10. Click "Next"
11. Click "Next"
12. Click "Finish"
**************************************************************************
13. In Visual Studio 2005 Project add Configuration setting by code
-------------------------------------------------------------------------------------------------
<connectionstrings>
<remove name="LocalSqlServer">
<add name="LocalSqlServer" connectionString="data
source=.;Database=test;Uid=username;Pwd=password;" />
</connectionstrings>
-------------------------------------------------------------------------------------------------
***Remark : username = Your username for connect database
password = Your password for connect database
-------------------------------------------------------------------------------------------------
14. Create User, Role and other configuration by ASP.NET Configuration on menu Website>ASP.NET Configuration
**************************************************************************
Have a nice day.
Samrid
ASP.NET To You Blog's
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment