Accessing ASP.NET Development Server from another pc on the network

Posted by Paul Knopf on Stack Overflow See other posts from Stack Overflow or by Paul Knopf
Published on 2009-11-13T16:23:28Z Indexed on 2010/06/05 20:32 UTC
Read the original article Hit count: 158

I would like to test my web app in other browsers. I have installed Virtual PC to do just that. the ASP.NET development server does not allow remote connections so the virtual pc (another computer on the network) cannot access the website.

I found this post that was started but there was no solution.

I understand that using localhost will not work. I heard about using the machines ip, but how do I get that correct ip? Look at my lynksys router admin?

If I were to get as far as getting my IP, im sure that the asp.net dev server does not allow remote connections. How do I enable it to do so?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about cross-browser