Debug ASP.NET Project

A

Angel

I am trying to debug a simple asp.net project using
Visual Studio.net(2002) and receive the following error:

Error while tring 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?

I am running windows 2000. I looked up this error in the
support section and found the error but without
the "catastrophic failure". I tried to fix it with the
suggestions for the first part of the error to no avail.
HELP if anyone knows whats wrong here,

Thanks,
Angel
 
A

Angel

I looked at the site went through the various reasons
tried to change according to the various messages and
still got the same error.

"Error while tring 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?"

On this site it does NOT HAVE this particular error
listed. What is wrong here? Thanks for the help

Angel
 
A

Alvin Bruney

ok, do you have IIS running on the webserver? you check thru IIS management.
In addition, verify that your debug verb is set to true in the webconfig
file. See if these two suggestions make a difference.
 
A

Angel

Yes IIS is running(checked it in Services and its
management screen) and in the webconfig file contains the
debug="true". I do not know what is going on. I installed
VS.net, selected a new vb webproject, placed a server
side textbox on the webpage and ran the debug, simple
enough and I get this error message. HELP!!! Thanks for
your quick response on this matter.

Angel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top