I've had this working on the same Windows box in Win8 Win8.1 and Win10. Yesterday I performed the Threshold 2 upgrade to Windows 10 and now I can't launch my API in IISExpress. The bindings are setup like this: <binding protocol="http" bindingInformation="*:51258:jamhq" /> <binding protocol="http" bindingInformation="*:51258:192.168.0.8" /> I've triple checked [...] read more
I'm having trouble viewing my in-development websites on some remote devices like iPad, Nexus phone, etc. I'm using IIS Express. I've set up the bindings this way: <site name="WebApplication1" id="7"> <application path="/" applicationPool="Clr4IntegratedAppPool"> <virtualDirectory path="/" physicalPath="d:\Programming\WebDotNet\WebApplication1\WebApplication1" /> </application> <bindings> <binding protocol="http" bindingInformation="*:64203:localhost" /> <binding protocol="http" bindingInformation="*:64203:aurora" /> <binding protocol="http" bindingInformation="*:64203:192.168.1.24" [...] read more