Forum Discussion

zy_jsrh's avatar
zy_jsrh
Copper Contributor
Feb 21, 2023

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

  • LanHuang's avatar
    LanHuang
    Former 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

  • PhilU115's avatar
    PhilU115
    Copper 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?
    • zy_jsrh's avatar
      zy_jsrh
      Copper 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.
      • PhilU115's avatar
        PhilU115
        Copper Contributor
        Have 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/

Resources