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
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