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
- A. the connection strings in the Web.config file
- B. the destination IIS web application path and name
- C. the service endpoints of the Web.config file
- D. the connection strings of any databases you add to the Package/Publish SQL tab on the Properties page of the project
- E. the application settings of the Web.config file ABD
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.