exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 1 question 128 discussion

Actual exam question from Microsoft's 70-487
Question #: 128
Topic #: 1
[All 70-487 Questions]

You develop an ASP.NET MVC application that is secured by using SSL. You are ready to deploy the application to production.
The deployment package must include the installation of the SSL certificate.
You need to configure the deployment package to meet the requirement.
What should you do?

  • A. Create a web publish pipeline target file with a custom web deploy target.
  • B. In the Package/Publish settings of the project, select the All Files in this project option.
  • C. Extend the CopyAllFilesToSingleFolder target in the project file.
  • D. In the Build Events settings of the project, configure a pre-build event to include the SSL certificate.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Extending the Web Publishing Pipeline
The Web Publishing Pipeline (WPP) is the process that Visual Studio uses when you create a deployment package or use one-click publish.
Some aspects of the WPP can be extended by modifying the XML files that control MSBuild behavior. For example, tasks that that you can handle by modifying
XML files include the following:
* Installing SSL certificates on the destination server.
* Excluding specific Web application files or folders from the package.
* Precompiling the Web application before the package is created.
* Installing application assemblies in the GAC on the destination server.
* Updating registry keys on the destination server.
References:
https://msdn.microsoft.com/en-us/library/dd394698(v=vs.100)

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
supersunny
Highly Voted 5 years, 2 months ago
A. is Ok.
upvoted 8 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago