Microsoft
70-515 · Question #76
You are creating an ASP.NET Web application that uses the SqlMembershipProvider. You plan to test locally and deploy to multiple production servers. You need to ensure that each deployed application…
The correct answer is A. Run the aspnet_regsql command to create the database on the appropriate SQL Server D. Modify the web.release.config file to transform the connection string to specify the names of. See the full explanation below for the reasoning.
Question
You are creating an ASP.NET Web application that uses the SqlMembershipProvider. You plan to test locally and deploy to multiple production servers. You need to ensure that each deployed application accesses the same production database in Microsoft SQL Server. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Options
- ARun the aspnet_regsql command to create the database on the appropriate SQL Server
- BRight-click App_Data in your Visual Studio 2010 project, click Add, and select New Item to
- CModify the connection string in the web.config file to specify the names of the production
- DModify the web.release.config file to transform the connection string to specify the names of
How the community answered
(30 responses)- A73% (22)
- B10% (3)
- C17% (5)
Community Discussion
No community discussion yet for this question.