Hi,
I have inherited an older VS 2003 project and when I load it and try to run it I get the following error...
"Error while trying to run project. Unable to start debugging on the web server."
All other VS2003 projects run without any problems. This error only occurs with this project. There are no errors when running without the debugger on.
I have checked the web.config file and debugging is on. "<compilation defaultlanguage="vb" debug-"true"/>
IIS has ASP.net version 2.0..50727
Anyone got any ideas how to I can get debuggin to function?
Thanks