Debugging in VB.NET

  • Thread starter Thread starter tg
  • Start date Start date
T

tg

VB.NET 2003 on XP Pro

I get the following error when I attempt to run my project. I've Googled
and looked on MSKB, with no luck. Any ideas from the group?

Thanks
tg
*************************
Error while trying to run project: Unable to start debugging on the web
server. Server side-error occurred on sending debug HTTP request.
 
hi TG,
I get the following error when I attempt to run my project. I've Googled
and looked on MSKB, with no luck. Any ideas from the group?

Thanks
tg
*************************
Error while trying to run project: Unable to start debugging on the web
server. Server side-error occurred on sending debug HTTP request.

I think that I have often seen this question in the following newsgroup. I
think you can better try it also there.

Aspnet
<
Web interface:

<http://msdn.microsoft.com/newsgroups/default.asp?url=/newsgroups/loadframes
..asp?icp=msdn&slcid=us&newsgroup=microsoft.public.dotnet.framework.aspnet>


I hope this helps a little bit?

Cor
 
VB.NET 2003 on XP Pro

I get the following error when I attempt to run my project. I've
Googled and looked on MSKB, with no luck. Any ideas from the group?

Thanks
tg
*************************
Error
while trying to run project: Unable to start debugging on the
web server.
Server side-error occurred on sending debug HTTP
request.

Most likely
you just need to go into MMC for IIS and configure your server to allow the
DEBUG method. If you right click on your website there, I believe this in in
properties->home directory->Configuration.

Regards,
Lance R.
/n software-
IP*Works! Internet Toolkit
http://www.nsoftware.com/

-
 
Back
Top