Visual Studio: Debuggin non localhost domain, locally

Posted by Skawful on Stack Overflow See other posts from Stack Overflow or by Skawful
Published on 2010-03-31T16:49:35Z Indexed on 2010/03/31 16:53 UTC
Read the original article Hit count: 216

Filed under:

I have an entry in my hosts file that points somesite.com to 127.0.0.1 (localhost) so that I can test certain aspects of my web app (i goto http://somesite.com in a browser to test). Can someone suggest a way to debug a setup like this (in visual studio) that does not include using http://localhost?

I understand that this can most likely be done using remote debugger, if that is the best way can someone explain how thats setup (or a link to a good article).

© Stack Overflow or respective owner

Related posts about visual-studio