70-487 Developing Windows Azure and Web Services

Loading demo links...

Showing 4–6 of 15 questions

Question 4 (Mixed Questions)

HOTSPOT

You are developing an ASP.NET MVC application named ContosoWebApp. You are ready to deploy the application to your production web server.

You need to import the publishing profile.

Which menu item should you use? (To answer, select the appropriate menu item in the answer area.) Hot Area:

Answer is in the explanation below.

Question 5 (Mixed Questions)

You create a web application.

You deploy the application by using a Web Deploy Package.

You need to identify which setting will be created automatically in the SetParameters.xml file during the package generation.

Which three settings should you identify? Each correct answer presents part of the solution.

Select all that apply, then click Submit answer.

  • the connection strings in the Web.config file

  • the destination IIS web application path and name

  • the service endpoints of the Web.config file

  • the connection strings of any databases you add to the Package/Publish SQL tab on the Properties page of the project

  • the application settings of the Web.config file

Question 6 (Mixed Questions)

You are developing multiple web applications that will retrieve information for a Windows Communication Foundation (WCF) service

You need to intercept and inspect messages received by and sent from the WCF service.

Which three actions should you perform? Each correct answer presents part of the solution.

Select all that apply, then click Submit answer.

  • Create a class that inherits from the IDispatchMessageInspector interface.

  • Implement the BeforeSendReply method.

  • Implement the BeforeSendRequest method.

  • Create a class that inherits from the IClientMessageInspector interface.

  • Implement the AfterReceiveReply method.

  • Implement the AfterReceiveRequest method.