Developing ASP.NET MVC Web Applications — Question 43
You are maintaining an ASP.NET MVC application that runs on Azure. Remote debugging is enabled for this role, but the input endpoints for remote debugging have been removed for security reasons. You do not have permission to view the Azure Portal for this deployment. You can log on by using Remote Desktop
Protocol (RDP).
You must attach the input endpoints to enable remote debugging.
You need to add the input endpoints to enable remote debugging.
Which file should you modify?
Answer options
- A. C:\Config\<GUID>.ccf
- B. E:\entrypoint.txt
- C. E:\ <GUID>.csman
- D. C:\Config\<DeploymentD>.WebRole.1xml
Correct answer: C
Explanation
The correct answer is C because the file E:\<GUID>.csman is responsible for defining the configuration settings for the role, including input endpoints necessary for remote debugging. The other options do not pertain to configuring input endpoints in the same way, making them unsuitable for this task.