This may seem like a silly question, but we have a problem debugging IIS in a common test environment, and I hope someone there can give us an answer.
We have Windows Server 2003 running IIS 6 and sharepoint 2007. We are debugging locally on the server with Visual Studio 2008.
When someone attaches a debugger and goes through the code, we find that all users are affected. In fact, the web server stops processing all requests from all users.
Our question is, is this a typical situation and should it be expected? Or there is some kind of configuration that we can change that would allow us to debug one user session, but the rest remained unchanged.
source
share