ASP.NET Debugging

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

Hello, I am having all kinds of nightmares trying to get Visual Studio
..Net working on my "work machine" which is a portable.

I install the software in the appropriate order. 3 1/2 to 4 hours later
when all is done, I run VS.Net and it allows me to create a simple page
and debug it.

I turn off the machine and turn it on the next day and that same project
will not run. I get an error which goes like this.. "Error While trying
to run project: Unable to start degugging on web server. Catastrophic
failure".

I uninstall everything and reinstall...3 1/2 to 4 hours later, the
process repeats itself. Once I reboot, I am no longer albe to get
anything to run.

The program compiles fine, but before it launches IE, it displays the
error. If I run the "Release" compile option, same error.

Any ideas?
 
I'm no expert and may be way off base, but I had a similar problem and I
changed the webs config file

as follows



<!-- CUSTOM ERROR MESSAGES

Set customErrors mode="On" or "RemoteOnly" to enable custom error messages,
"Off" to disable.

Add <error> tags for each of the errors you want to handle.

-->

<customErrors mode="Off" />



tony
 
Back
Top