Developing Microsoft Azure and Web Services — Question 37
You are developing an ASP.NET MVC application.
Applications can be deployed to remote servers only by administrators who have elevated privileges. The administrators do not have access to Visual Studio
2012.
You need to select a deployment tool to deploy the application to remote servers for testing.
Which tool should you use?
Answer options
- A. Copy Web Site Tool
- B. One-Click Publish
- C. Publish Web Site Tool
- D. Web Deployment Package D
Correct answer:
Explanation
The correct choice is D. Web Deployment Package, as it allows for the deployment of applications without needing Visual Studio and is designed for scenarios where administrators with elevated privileges handle the deployment. The other options, such as A, B, and C, are more suited for developers working within Visual Studio or require a more direct user interface that administrators may not have access to.