Configuring New Server for Visual Studio DotNet

  • Thread starter Thread starter Jim Bayers
  • Start date Start date
J

Jim Bayers

I'm a bit new at this. The previous guy in my position set up visual
studio .net to access applications on a webserver. It works fine.

Now I have to move the applications over to a new server. I installed
framework 1.1 on the new server and the applications work, and I can open
them with visual studio .net and build them, however, I can't run them with
the blue play button.

What do you need to do to run applications on a server using vs .net?

I can build it.

When I try to run it, using the blue play button, here is the error I get:
'... Unable to start debugging on the webserver. The debugger is not
properly installed. Run setup and reinstall the debugger.'

I did a repair on my vs .net installation, but it found nothing wrong. And
like I said, I can still run the aps on the old server just fine.

Why doesn't the browser open?

Debug is set to 'true' and customErrors is set to 'off'.
 
Back
Top