How can I trace IIS 500 errors thrown by my webservice

余生颓废 提交于 2019-12-03 08:41:29

DebugDiag 2.0 from Microsoft is the definite tool you want to use if you are on IIS6.

markom

Which version of IIS are you using?

In IIS7 you have extensive tracing capabilities.

Take a look at: Troubleshooting Failed Requests Using Tracing in IIS 7.0

In what format is your logfile? IIS format often contains error messages from a specific request while the default format doesn't.

If you run the webMethod from the auto generated proxy on the localhost, you can see the stack trace dump, when it crashes.

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