Visual Studio Debug Error

liunx

Guest
I can run the application through my browser or even when using start without debugging, but it gives the following error message when trying to debug

Error trying to run project: Unable to start debugging on the web server

Cheers for any ideasHave you made any changes to your web.config?
Usually this message appears when you have something wrong in your web.config file. Look for missing "", <,/>, =, or just anything that will break the xml format of the file.

Good Luck!That was all fine. But i did get it sorted.

It was on a web site i found that i had to go to command prompt and uninstall a v2.0 Framework from the IIS reg and re install the V1.1 Framework instead.

Works like a dream

thanks anyway
 
Back
Top