I've got an asp.net app that's running in development, however it's broken in test.
There's really not structured way of deploying code from dev to test to production, so the code is never in any kind of synchronized state, which is another issue altogether, but I'm trying to set up remote debugging on the test box from my development server
to try and figure out where it's failing.
drdexter33
Contributor
2289 Points
889 Posts
Remote Debugging
Feb 23, 2012 08:57 PM|LINK
I've got an asp.net app that's running in development, however it's broken in test.
There's really not structured way of deploying code from dev to test to production, so the code is never in any kind of synchronized state, which is another issue altogether, but I'm trying to set up remote debugging on the test box from my development server to try and figure out where it's failing.
Can anyone point me in the right direction?
Thanks.
Doug