Valid 70-487 Dumps shared by ExamDiscuss.com for Helping Passing 70-487 Exam! ExamDiscuss.com now offer the newest 70-487 exam dumps, the ExamDiscuss.com 70-487 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-487 dumps with Test Engine here:
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?
Correct Answer: A
Explanation/Reference: Explanation: 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)