Problem debugging 1.1 projects after installing 2.0

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

I have recently installed VS 2005 and it runs fine, but now whenever I
try to debug a VS 2003 project I get the follwing error :

'Error while trying to run project : unable to start debugging on the
web server. Server side error occured on sending debug HTTP request'

Can anybody help?
 
Mike,

I'm not positive this is it, but check in IIS manager - right click on the
website and choose properties and then click the ASP.NET tab - take a look
and see if the website is set to run with .net 1.1 code. If it's set to use
2.0 change it back to 1.1

Regards,



--
S. Justin Gengo
Web Developer / Programmer

Free code library:
http://www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
Back
Top