News:
Run the aspnet_regsql command to create the database on the appropriate SQL Server computer.
Right-click App_Data in your Visual Studio 2010 project, click Add, and select New Item to create the SQL Server database on the appropriate SQL Server computer.
Modify the connection string in the web.config file to specify the names of the production server and database.
Modify the web.release.config file to transform the connection string to specify the names of the production server and database.