.net - Remote machines cannot connect to Visual Studio web server -


i remember when ms developing cassini - believe rolled vs 05/08, think cassini web server question.

i using windows xp visual studio 2008, , find quite inconvenient when want test web page/styling multiple browsers , multiple oses. right have deploy code on our server, , if there updates need happen, process turns quite time drain. since using xp/iis 5, option of using iis not option. use of iis on xp requires prefix project, breaks links, css etc. quick development project things root dir should pulled out config aren't, quite on board type of solution wasn't implemented in project. seems sketchy ms wouldn't allow simple flag somewhere allow remote connections - quite simple (http://www.devx.com/dotnet/article/11711) don't want recompile cassini.

does know how allow integrated development web server in visual studio 2008 seen other computers? save loads of time.

just figured out solution: 1) set fiddler on development machine 2) set remote machine use fiddler proxy 3) browse http://localhost.:[insert dev port # here]/ on remote machine


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 -