Microsoft Exam Questions

Which approach should you recommend?

You are designing the deployment process for a new ASP.NET Web application.
You need to ensure that the application is protected from modification after deployment.
Which approach should you recommend?

A.
Use MSDeploy.

B.
Use the Web Deployment tool.

C.
Use a Web Deployment project.
D. Use the ASP.NET Compilation tool.

Explanation:
You can use the ASP.NET Compilation Tool (Aspnet_Compiler.exe) to manually precompile a web application
from the Visual Studio 2010 command prompt. In addition to the standard updateable precompilation, Youcan
use the ASP.NET Compilation Tool to perform non-updateable precompilation, which prevents administrators
from modifying any file. Nonupdateable precompiled applications include separate ASPX pages; however,
those pages are used only as placeholders for configuring file permissions; they cannot be updated. Toperform
a non-updateable precompilation, simply omit the –uparameter.