I’m trying to deploy my application in IIS 10. Access to app should be by private IP 192.168…..
In the section Edit Bindings I specified following settings:
Type: http
; ip: 192.168....
; port: 80
I enabled the predefined inbound rule “WWW Services (HTTP)”
When I try to open the application I get “ERR_CONNECTION_RESET”.
The URL where I received the error: http://192.168.0.78:80
.
What could I have forgotten to configure?
13