Debugging Problem

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

Jim Heavey

I meant to post this here and not on the asonet message board....sorry
about that...

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 don't remember where I saw this tip, but try enabling http keep-alives on
the web site (via IIS admin). I think that's what fixed the problem for
me...
 
Annoying, isnt it? Here is what fixed it for me, per post from another newsgrp:



Goto your Application Directory, and right click, goto properties tab, to add the ASPNet account to list and give full control.
I tried, its working !!
 
Back
Top