Home > Back-end >  “The connection has timed out.” in iis
“The connection has timed out.” in iis

Time:11-23

I Create a New Website in Windows IIS , It has been working for several months

but i get this error today.

“The connection has timed out.”
the server 192.168.1.7 at is taking too long to respond

i set binding

enter image description here

and get this error

enter image description here

CodePudding user response:

you can also be set in the web.config (example is for 2 minutes, 120 seconds):

<limits connectionTimeout="00:02:00" />

CodePudding user response:

Try to clear the host name, and then use localhost to access your website in server.If you do not access your website locally, you need to use the IP address to access. If you have registered a domain name and completed the binding, you can also use the domain name to access.

  • Related