Failed to find on network error in IIS6

I am trying to fix a problem with IIS6, where all sites associated with non-default IP addresses give the error "Cannot find network location" when trying to start any of these sites.

Nic has all the configured ip addresses. When I execute the iplisten httpcfg request, I only see the default IP address. When I added them using httpcfg, all the websites stopped working, so I realized that I did something wrong, so I deleted them.

Two questions: 1- Why do sites refuse? 2- What should be the result of the httpcfg iplisten request? All IP addresses or only one?

The websites used to work are excellent, and something has changed. I applied several Windows updates, but I'm not sure if they broke something (I doubt it), otherwise hundreds of web hosting will scream)

+3
source share
3 answers

The solution was to use httpcfg without specifying a port number.

+3
source

Sometimes there are errors related to updating Windows. One thing you can try is to run aspnet_regiis / i or / c. I'm not sure what your problem is, but it is definitely worth it.

0
source

Windows ( ERROR_NETWORK_UNREACHABLE, ERROR_HOST_UNREACHABLE, ERROR_PROTOCOL_UNREACHABLE - WinError.h).

? , .

0

Source: https://habr.com/ru/post/1697747/


All Articles