Click to See Complete Forum and Search --> : Visual Studio Debug Error


frank_stain
03-01-2005, 03:24 AM
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 ideas

dtch
03-01-2005, 04:39 PM
Have 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!

frank_stain
03-02-2005, 05:12 AM
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