Developing Microsoft Azure and Web Services — Question 10
You are developing an ASP.NET MVC application.
Deployment administrators do not have access to Visual Studio 2102, but will have the elevated permissions required to deploy the application to the servers.
You need to select a deployment tool for use by the deployment administrators.
Which tool should you use?
Answer options
- A. Publish Web Site Tool
- B. Web Deployment Package
- C. One-Click Publish
- D. Deployment Package Editor B
Correct answer:
Explanation
The correct answer is B. Web Deployment Package, as it allows deployment administrators to package the application and deploy it to the servers without needing Visual Studio. The other options either require more direct access to Visual Studio or are not designed specifically for deployment in scenarios where administrators have elevated permissions but no access to the IDE.