Saturday, December 27, 2014

IIS Express not reached from local network

You created a website, running in IIS Express, and you can't reach this website from outside your computer, i.e. from another device in your local network. This is because the service is not allowed to be called from outside, until you explicitely configure that.
Here is how to solve.



An interesting post in the blogs of IIS.net

http://blogs.iis.net/vaidyg/archive/2010/07/29/serving-external-traffic-with-webmatrix-beta.aspx

shows this solution, that for me worked in Windows 7:

netsh http add urlacl url=http://vaidesg:8080/ user=everyone

where http://vaidesg:8080/ is your website.

No comments:

Post a Comment

(c) Copyright 2020 - MyTroubleshooting.com