Forum Discussion
zy_jsrh
Feb 21, 2023Copper Contributor
Web sites deployed on IIS will become inaccessible after running for a period of time
I deployed some websites on IIS. After a period of time. None of these websites can be accessed normally. need to visit these websites once on the IIS server before you can continue to visit them nor...
PhilU115
Feb 21, 2023Copper Contributor
What do you mean by "can't be accessed"? What happens? Do you see an error message? Have you tried
customErrors mode="Off"
in your web.config file?
customErrors mode="Off"
in your web.config file?
zy_jsrh
Feb 21, 2023Copper Contributor
Message :"The server IP address of this URL cannot be found"。When this problem occurs, the server can access the website normally, and after the server accesses the website normally. It will return to normal.
- PhilU115Feb 21, 2023Copper ContributorHave you Googled this error message? A number of results come up with suggestions - eg:
https://www.makeuseof.com/server-ip-address-could-not-be-found-google-chrome-error/