I can’t GET any of the pages hosted on my development machine externally, even after opening an exception at the Windows firewall.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Visual studio web server (aka Casini) won’t accept remote connections – you need to use IIS.
Of course, I guess you could do something like run a program that proxies remote requests to it, but that’s way more painful than just installing IIS on your dev machine and using that.