ASP.NET remote debugging using Visual Studio 2008

Posted by schmoopy on Stack Overflow See other posts from Stack Overflow or by schmoopy
Published on 2010-03-08T16:25:23Z Indexed on 2010/03/08 16:36 UTC
Read the original article Hit count: 496

Filed under:
|

Im having issues getting this to work, maybe its not even possible?

I have a PUBLIC Server http://publicserver.com I want to debug using my laptop from my home (for instance)

I run msvsmon.exe on the public server, it starts up fine.

On my local machine, i have my code open and in VS, i choose Debug->Attach for Qualifier i enter publicserver.com, but it tells me it cannot find it

Questions: 1.) What port does remote debugging use? If i port sniff i dont see msvsmon.exe opening any new port ... Does it use 4015 by default?

I dont think its a security thing, so please dont point me to the articles, i have followed them as much as i can, but they dont work for my scenerio (unless you find one i havent seen)

Thanks :-)

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about debugging