Debugging Asp.NET application after installing SP2

  • Thread starter Thread starter James
  • Start date Start date
J

James

I have tried various solution without any luck
I have tried the following suggestions:
http://support.microsoft.com/default.aspx?scid=kb;en-us;833977&Product=vsnet
http://msdn.microsoft.com/security/...library/en-us/dnwxp/html/xpsp2remotedebug.asp

I have disabled the ICF but it is still not working...

This is error message I am getting:

Error while trying to run project: Unable to start debugging on the web
server. The debugger component on the server failed to connect to the local
machine.

Every thing worked fine before installing SP2...

Can someone please help me to solve this issue.

Thanks in advance
-James
 
Your question does not help explain the context of your problem.
The referred documents discuss remote debugging so all I can guess
may be helpful to convey is to remind you that when debugging remotely
the developer must be a member of the Debugger Users group on
the remote machine.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/
 
Thanks for you answer, but as I mentioned in my post...everything worked
perfectly before I installed Sp2....

And I am also member of the debugger usergroup og the remote machine.

By the way the remote machine is a Windows 2003 server if it helps...

Best Regards
-James
 
Back
Top