Debugging - Catastrophic Failure :( !!!

  • Thread starter Thread starter Alek
  • Start date Start date
A

Alek

I've installed VS.NET on my win2000 OS and I've created a simple ASP.NET web
application.

But when I try to debug I receive following dialog box message:

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

thanks for help

bye
Alek
 
Alek,

It sounds as if .net did not install properly. This can happen for a number
of reasons. There is a .exe you may run that might fix this:

running "aspnet_regiis.exe -i" or "aspnet_regiis.exe -r" (from
c:\winnt\microsoft.net\framework\v1.0.3705)

It reregisters asp.net with IIS

I hope it works for you!

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top