Help, cannot debug in visual studio.NET

  • Thread starter Thread starter CWeb@office
  • Start date Start date
C

CWeb@office

Hi Guys,
I got into trouble again in debugging the web service developed before. Got the error message "Unable to start debugging on the
web server.", I have met this problem before and solved by information's on Microsoft support homepage. I suspect that this problem
occur again is due to I have updated the dot net framework from "1.0.3705.6018" to "1.1.4322.0". The debug mode is set to true in
web.config file and the IIS have Integrated Auth. selected. Your help is highly appreciate, I got mad with is issues lately.....
 
I've come across this problems several times but I can't remember how I
fixed it.


A couple of times I made the simple mistake of trying to debug a release
version of my code rather than a debug version.

The only other thing I can remember is the debugging option in project
properties.
 
Hi,
you have to enable the windows authentication for the webproject in
IIS. And of course enable the debugmode :-)

marcel
 
Hi Marcel,
I have enabled both option. but problem still persists, Now I uninstall all .NET runtime and uninstall IIS and re-install IIS
and .NET runtime "1.0.0365", now it shows me another error :
Server side-error occurred on sending debug HTTP request.
 
I have got the same error. But after I set the windows authentication
in IIS it works. You can also try to add the usergroup "Debug users"
or/and "VS Developer" for your current user... hope this help

marcel
 
Back
Top