Windows error 0x800704D0, -2147023664

Detailed Error Information

HOST_UNREACHABLE[1]

MessageThe network location cannot be reached. For information about network troubleshooting, see Windows Help.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1232 (0x04d0)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000004d0.

Questions

8votes
1answer

Binding IISExpress to IP Address Failing

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
iis
iis-express
0votes
1answer

IIS Express fails binding to IP

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
google-chrome
firefox
iis
visual-studio-2013

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0