How to debug a deployed web site

▼魔方 西西 提交于 2019-12-02 01:20:46

Attaching to Internet Explorer isn't going to help you because the web site doesn't "run" inside IE. You need to attach to the IIS process on the web server to see what's going on.

May I suggest you start by having a look through the basics of production debugging on Tess's blog. I think this would be a great place to start for you.

Sussed it... attach to w3wp.exe on the remote server.

Made easier for me because the app I'm debugging is in its own IIS App Pool so I could see (by the user name) which one of the w3wp.exe to attach to.

Works like a dream!

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