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?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

You can follow the article Catch Exceptions on x64, this will work fine on x86 as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.