Remote debugging with Visual Studio 2008 - Program - .Net - Builder AU
Having problems with a WCF service deployed under IIS 6.0. After an application is tested on a development workstation it is deployed to the Test environment. If there are differences between the two environments then errors might occur that were not encountered during development runs. Therefore, a debugging session might be needed to check what happens with the service once it is deployed into a new environment.
To set up remote debugging with Visual Studio 2008
Having problems with a WCF service deployed under IIS 6.0. After an application is tested on a development workstation it is deployed to the Test environment. If there are differences between the two environments then errors might occur that were not encountered during development runs. Therefore, a debugging session might be needed to check what happens with the service once it is deployed into a new environment.
To set up remote debugging with Visual Studio 2008
- Install Remote Debugging tools from VS 2008 installation media to the server hosting the service;
- Configure Remote Debugging tools on the server;
- Connect to the remote application from the client Visual Studio 2008;
No comments:
Post a Comment