Can't Debug ASP dot net project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

While debuging ASP dot net application following error occur

Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure. Would you like to disable future attemptsto debug ASP.NET pages for this project?
 
Avdhut said:
While debuging ASP dot net application following error occurs

It is not *while debugging*, it is *when trying to start to debug*.
Error while trying to run project: Unable to start debugging on the web
server. Catastrophic failure. Would you like to disable future attemptsto
debug ASP.NET pages for this project?

Click on the Help and try the suggestions in that document. If you don't
have the MSDN Library installed try the suggestions in these articles:

http://msdn.microsoft.com/library/en-us/vbcon/html/vberrunabletostartdebuggingonwebserver.asp
http://msdn.microsoft.com/library/en-us/vsdebug/html/vxtbshttpservererrors.asp

Greetings
Martin
 
I just went thru same problem. I had to uninstall IIS/FTP/VS2003 and
resinstall, then get all projects back.

What a pain.


Avdhut said:
While debuging ASP dot net application following error occurs

Error while trying to run project: Unable to start debugging on the web
server. Catastrophic failure. Would you like to disable future attemptsto
debug ASP.NET pages for this project?
 
Back
Top