How do I setup remote debugging from scratch for an Asp.Net app -


i able step through application deployed remote location yet has nothing bar version 3.5 of .net framework.

what steps need go through achieve , how long envisage taking?

if have unrestricted tcp/ip access remote location, easy (as in, 5 minutes tops work): see how to: set remote debugging , how to: run remote debugging monitor steps involved.

if development machine separated remote server firewalls, routers, etc., things bit more difficult. since remote debugging requires windows authentication, dcom , other things (and quite sensibly) blocked security policies, you'll require kind of vpn access remote network in order things work.

setting routing , remote access service on target server quick way pptp dial-in access it, there significant security implications doing this. so, step take of time (and, depending on organization manages target network, lots of discussions network/security people...).

my advice start testing remote debugging using test machine on local lan first, , deal connectivity issues once you're comfortable basics.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -