Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging Error

Status
Not open for further replies.

kenbw

Programmer
May 2, 2002
39
US
I have a quick question about how to set up a remote server to allow me to debug wy web project using Visual Studio .Net. When I set up the project on my own PC with Visual Studio and everything on it I'm fine. The problem is when I load the application to our development server and try to start using the debugging tools there. It does not seem to like it and I get a pop up window with the following message on it:

Error while trying to run project: Unable to start debugging on the web server. The debugger is not properly set installed. Run setup install or repair on the debugger. Would you like to disable future attempts to debug ASP.Net pages for the project?

I know on the webserver we have the Framework, but do not believe the SDK is there. Do I need this to set up debugging? If not what do I need. Thanks for the help.

Ken
 
Ken

Make sure the "Debugger Users" group has been set up on the remote server and that you have been added to that group. I encountered this problem when trying to run the debugger on my local IIS.

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top