Developing Microsoft Azure and Web Services — Question 14

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.

Answer options

Correct answer:

Explanation

The correct answers are A, B, and E because these settings are typically included in the SetParameters.xml file when generating a Web Deploy Package. Option C is incorrect as service endpoints are not automatically included, and option D is wrong because only connection strings added through the SQL tab are included, not all database connection strings.