Windows Azure Worker Role Process

北城以北 提交于 2020-01-06 15:56:13

问题


I am trying to remote debug a Worker role but I can't seem to find any process to attach to. Apparently the role is in unhealthy state. When I select attach to debugger I get the dialog with a list of available processes. I can't find any of w3wp.exe, WaWorkerHost.exe, or WaIISHost.exe processes as described here

Any help would be appreciated. Thanks


回答1:


If your role is unhealthy and recycling I would recommend the troubleshooting steps at http://blogs.msdn.com/b/kwill/archive/2013/08/09/windows-azure-paas-compute-diagnostics-data.aspx. That blog includes all the relevant logs and troubleshooting steps to diagnose pretty much all unhealthy role issues.



来源:https://stackoverflow.com/questions/27981864/windows-azure-worker-role-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!