PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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, You can 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. To perform a non-updateable precompilation, simply omit the u parameter.


Leave a Reply