If you have the appropriate permissions, you should be able to use the Attach
to Process function to attach to the ASPNET process on the remove server. Don't
forget that debugging this way effectively takes over the remote machine from
all others.

"Paul Johnson" <pjguitarist@hotmail.com> wrote in message
news:705fb1dd.0307300559.3f071c82@posting.google.c om...
Is it possible to debug a remote server while having the project
located on your local machine? We have our source code in VSS, and
program on our local machines, but it gets uploaded to a development
server for testing accounts/exception handling, etc...

any ideas?