October 2010
Intermediate to advanced
1920 pages
73h 55m
English
By default, profile data is stored in a Microsoft SQL Server Express database named ASPNETDB.mdf, located in your application’s root App_Data folder. If you want to store profile data in another database in your network, you need to perform the following two tasks:
You can add the necessary database tables and stored procedures required by the Profile object to a database by executing the aspnet_regsql command-line tool. The aspnet_regsql tool is located at the following path:
\WINDOWS\Microsoft.NET\Framework\[version]\aspnet_regsql.exe
If you open the Visual Studio ...