iis express - Can't access IISExpress from public IP in windows 8.1 -
i've used iisexpress several times before, never on windows 8. homework, way.
these steps i've done:
- i've added firewall exceptions, i've disabled firewall testing.
- i've forwarded port i'm using.
i've modified iis' applicationhosts file, adding this:
<site name="vehiclereviewws" id="1"> <application path="/"> <virtualdirectory path="/" physicalpath="c:\users\user\documents\visual studio 2012\projects\vehiclereviewws\vehiclereviewws" /> </application> <bindings> <binding protocol="http" bindinginformation="*:55295:*" /> </bindings> </site>
i'm trying use port 55295, can see. i've done:
netsh http add urlacl url=http://*:55295/ user=todos
(my windows in spanish, hence "todos").
now, can access web service without problem using localhost or local ip. can't, however, access using public ip, page doesn't load. know there many other questions regarding problem, of them solved doing of above, i've done.
have missed something? i'ts been while since used iisexpress, far remember, that's had before.
Comments
Post a Comment