VS 2008 (ASP.NET) Debugging



Hello, I'm hoping someone could shed some light onto a debugging issue I am
having when trying to debug a website locally.

I have just installed VS2008 with SP1 (Windows XP SP3) and cannot debug
ASP.NET sites, the site compiles and runs without debugging without any
issues. I did have VS 2005 installed but have now uninstalled that in favour
of VS 2008. I'm trying to debug locally on my machine, so nothing out of the
ordinary.

The error message I am getting is:

"Unable to start debugging on the web server. The remote debugging
components are not registered or running on the web server. Ensure the proper
version of msvsmon is running on the remote computer."

I've checked that the files exist as described on the msdn site, which they
do.

Would have uninstalling VS 2005 (I had to do this manually, as described on
msdn) cause an issue?
Could my firewall be blocking ports, although it was working fine with VS
2005?

I'm stumped at the moment with problem!

Thanks

Terry
----------------
Developer
.



Relevant Pages

  • Re: Office or InDesign breaks VS 2005 debugging?
    ... Given tha I was using and debugging the sub-projects in this solution before ... some getting used to) and the debug symbols for the child project are no ...
    (microsoft.public.vsnet.debugging)
  • Re: Cant Debug COM Interface
    ... When I start to debug the application the DLL is ... a com client in vb.net which is referencing the interface of the COM Server ... If I use this application as Host application I can debug without ... For debugging I can start the ...
    (microsoft.public.vsnet.debugging)
  • Re: C++ Workable Mainframe Debuggers
    ... you have to be able to read assembler to do ... IBM Debug Tool for z/OS is available. ... You can license Debug Tool as MLC or, in the form of the Debug Tool ... For graphical debugging use Rational Developer for System z (or ...
    (bit.listserv.ibm-main)
  • Re: Need help on debugging the code in .NET Web application.
    ... > I'm getting the following error while trying to debug the application. ... There are a couple of reasons why debugging fails: ... The IIS mappings are incorrect (very common when IIS installed after ... where Windows directory is normally either Windows or WINNT. ...
    (microsoft.public.dotnet.academic)
  • Re: Need help with my logic
    ... Hand Execution ... This will save you a lot of time when you write (and debug) large programs. ... In each method put at least one debugging statement at the head of a method that accepts information to show the arguments: ...
    (comp.lang.java.programmer)

Loading