Is there a way to remote debug a ASP.net App deployed to a virtual directory?

时间:2019-04-08 13:25:39

标签: visual-studio remote-debugging azure-web-app-service virtual-directory

I have the need to debug an app that was deployed to a virtual directory on a azure app service.

Currentlly attaching the debugger from the cloud explorer attaches to the app in the root of the service and not the "child" app.

1 个答案:

答案 0 :(得分:0)

我相信您的子应用在尝试连接调试器时也会在进程列表中可用,并在“附加进程”对话框中可用。

此外,请确保您要尝试进行远程调试的应用程序已在Azure中启用。

如果您的子应用程序在进程列表中不可用,请按照以下说明进行操作,看看是否缺少任何内容。

Remote debug your Azure App Service Web App

希望这会有所帮助。