473,473 Members | 2,316 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Debug ASP.NET Project

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
Nov 17 '05 #1
4 1545
Have a look at this walkthru:

http://www.networkip.net/tidbits/woes.htm
--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits
"Angel" <as****@hotmail.com> wrote in message
news:07****************************@phx.gbl...
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

Nov 17 '05 #2
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
-----Original Message-----
Have a look at this walkthru:

http://www.networkip.net/tidbits/woes.htm
--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits
"Angel" <as****@hotmail.com> wrote in message
news:07****************************@phx.gbl...
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

.

Nov 17 '05 #3
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.

--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits
"Angel" <as****@hotmail.com> wrote in message
news:03****************************@phx.gbl...
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
-----Original Message-----
Have a look at this walkthru:

http://www.networkip.net/tidbits/woes.htm
--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits
"Angel" <as****@hotmail.com> wrote in message
news:07****************************@phx.gbl...
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

.

Nov 17 '05 #4
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
-----Original Message-----
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 webconfigfile. See if these two suggestions make a difference.

--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits
"Angel" <as****@hotmail.com> wrote in message
news:03****************************@phx.gbl...
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
>-----Original Message-----
>Have a look at this walkthru:
>
>http://www.networkip.net/tidbits/woes.htm
>--
>
>
>-----------
>Got TidBits?
>Get it here: www.networkip.net/tidbits
>"Angel" <as****@hotmail.com> wrote in message
>news:07****************************@phx.gbl...
>> 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
>
>
>.
>

.

Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Stephen Miller | last post by:
Hi, I am running v1.1.4322 on Win2K server and unable to debug a ASP.Net application running locally, using a full URL (ie www.mysite.com). When I hit F5, I get the following error message: ...
8
by: | last post by:
I'm starting up the development server myself and using the "Startup Url" property of the web project. The problem is i cannot debug. The debug symbols are never loaded. I realize they are under...
3
by: Rena | last post by:
Hi all, I have created a app. project and a library which will be used by the main project, however i do not know how to get into debug mode inside the library, although break point is set. is...
1
by: Epetruk | last post by:
Hello, In VS2003, I used to have two solutions - a debug and release solution. Each solution had a webservice project and several other class library projects. The webservice project...
6
by: Andrew Rowley | last post by:
I am having trouble getting debug and release builds to work properly with project references using C++ .NET and Visual Studio 2003. I created a test solution, with a basic Windows form C++...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.