Microsoft
70-519 · Question #77
You are designing the deployment strategy for an ASP.NET Web application. You need to recommend an approach for displaying a maintenance notice to users while deploying a new version of the Web…
The correct answer is D. Place a file named app_offiine.htm in the root of the Web application folder. See the full explanation below for the reasoning.
Question
You are designing the deployment strategy for an ASP.NET Web application. You need to recommend an approach for displaying a maintenance notice to users while deploying a new version of the Web application. What should you recommend?
Options
- APlace a file named app_offline.aspx in the root of the Web application folder.
- BIn the Web.config file, under the system.web/httpModules element, add a clear element.
- CIn the Web.config file, under the system.web/httpRuntime element, set the enable attribute to
- DPlace a file named app_offiine.htm in the root of the Web application folder.
How the community answered
(28 responses)- A7% (2)
- B14% (4)
- C4% (1)
- D75% (21)
Community Discussion
No community discussion yet for this question.