PrepAway - Latest Free Exam Questions & Answers

You are maintaining an ASP.NET MVC application that runs on Azure. Remote…

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 m

ust attach the input endpoints to enable remote debugging.

You need to add the input endpoints to enable remote debugging.

Which file should you modify?

A. C:\Config\.ccf

B. E:\entrypoint.txt

C. E:\ .csman

D.

C:\Config\.WebRole.1xml

One Comment on “You are maintaining an ASP.NET MVC application that runs on Azure. Remote…

  1. ak128 says:

    Should be D: C:\Config\.WebRole.1xml

    C:\Config – Service configuration information
    …xml
    This is the main configuration information for your role. If you update your service configuration (either updating the config via the management portal or doing an in-place upgrade) there will be multiple copies of the XML file, where the is a counter incremented by one for each new config version. You can find the following information in this file:
    Deployment Name
    Service Name
    Certificates
    Host process
    cscfg settings and values
    LocalStorage folders
    InputEndpoints, InternalEndpoints and port mappings

    https://blogs.msdn.microsoft.com/kwill/2011/05/06/debugging-windows-azure-resources-on-the-vm/




    15



    0

Leave a Reply