POST APPLIES TO : WINDOWS (asp.net's)
How to populate the data for asp.net's membership class?
Solution :
1. Create your database first (either mssql 2000 or mssql 2005).
2. Assuming you have asp.net 2.0 installed, go to command prompt and type the following:
Quote:
|
cd [your asp.net 2.0 path]
|
Typically at this path:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
3. Type the following in the command prompt and press enter:
Quote:
|
aspnet_regsql.exe -S [DB Server Name] -U [DB login] -P [Password] -A all -d [Database name]
|
Best Regards,
UKShane
http://www.eukhost.com