How to get stack dump from crashing ASP.NET process?

Posted by Dylan on Server Fault See other posts from Server Fault or by Dylan
Published on 2010-05-24T15:33:26Z Indexed on 2010/05/24 15:41 UTC
Read the original article Hit count: 309

Filed under:
|

An unhandled exception ('System.Net.Sockets.SocketException') occurred in w3wp.exe [9740]. Just-In-Time debugging this exception failed with the following error: Debugger could not be started because no user is logged on.

We're getting the above error in the Application log. Is there a way to capture a .NET stack trace that doesn't require user interactivity?

© Server Fault or respective owner

Related posts about ASP.NET

Related posts about w3wp