.NET Remote debugging domain/networking issues -


i have been trying implement remote debugging in 2 different scenarios both without success.

1: debug server in our office not on our network, use bt , server on static peer ip address while rest of lan on single dynamic ip. ever since setup peer ip server dissappeared our workgroup ((i think may have contact bt regarding this). more info here regarding peer ip's interested: http://business.forums.bt.com/t5/broadband-and-internet/static-ip-s-on-bt2700hgv-aren-t-always-static/m-p/17183)

but server allows users on lan rdp users wan cannot.

2: our production server outsourced. possible remote debug on wan?

both fail when try attach process.

the error message returned when trying attach process on office server using username@ip-address is:

unable connect microsoft visual studio remote debugging monitor named 'username@ip-address' visual studio remote debugger on target computer cannot connect computer. authentication failed. please see assistance

that firewall turned off on client (my own) development machine. on server machine debugging monitor logs connection.

the server on wan returns error:

unable connect microsoft visual studio remote debugging monitor named 'username@web-domain' debugger cannot connect remote computer. may because remote computer not exist or firewall may preventing communication remote computer. please see assisstance.

the server have firewall our office ip has full access rdp, ftp etc..

i feel totally stuck , making no headway @ all, appreciated!!

yes it's possible debug on wan. if server behind physical firewalls need allow access, not windows firewall. if 2 machines behind same firewall sure run 'msvsmon.exe' specific environment.

make sure not using express versions of visual studio.

http://msdn.microsoft.com/en-us/library/y7f5zaaa.aspx

your best bet vpn tunnel host , possibly other network in office (i need more info network make better suggestion).


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -