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.....

Signature
You won't get what you expect,
you get what you deserve, include lessons.
Richard P - 30 Jun 2005 08:15 GMT
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 Guys,
> I got into trouble again in debugging the web service developed before.
[quoted text clipped - 5 lines]
> Auth. selected. Your help is highly appreciate, I got mad with is issues
> lately.....
marcel@mbcode.de - 30 Jun 2005 08:36 GMT
Hi,
you have to enable the windows authentication for the webproject in
IIS. And of course enable the debugmode :-)
marcel
CWeb@office - 30 Jun 2005 10:02 GMT
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.

Signature
You won't get what you expect,
you get what you deserve, include lessons.
> Hi,
> you have to enable the windows authentication for the webproject in
> IIS. And of course enable the debugmode :-)
>
> marcel
marcel@mbcode.de - 30 Jun 2005 14:16 GMT
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