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 normally. I want to know why?
5 Replies
Sort By
- LanHuangFormer Employee
Hi zy_jsrh,
Thanks for posting your issue here.
However this platform is used for how-to discussions and sharing best practices for building any app with .NET.Since your issue is a technical question, welcome to post it in Microsoft Q&A forum, the support team and communities on Microsoft Q&A will help you for any technical questions.
Besides, it will be appreciated if you can share it here once you post this technical question Microsoft Q&A.
Best Regards,
Lan Huang - meidiantoCopper ContributorSounds like a DNS issue.
- PhilU115Copper ContributorWhat 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?- zy_jsrhCopper ContributorMessage :"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.
- PhilU115Copper 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/