Microsoft
70-515 · Question #164
You are preparing to deploy an ASP.NET application to a production server by publishing the application in Release configuration. You need to ensure that the connection string value that is stored…
The correct answer is D. Add the following code to the web.release.config file. See the full explanation below for the reasoning.
Question
You are preparing to deploy an ASP.NET application to a production server by publishing the application in Release configuration. You need to ensure that the connection string value that is stored in the web.config file is updated to the production server's connection string value during publishing. What should you do?
Options
- AAdd the following code to the web.config file.
- BAdd the following code to the web.config file.
- CAdd the following code to the web.release.config file.
- DAdd the following code to the web.release.config file.
How the community answered
(22 responses)- A14% (3)
- B9% (2)
- C5% (1)
- D73% (16)
Community Discussion
No community discussion yet for this question.