How to fix IIS website loading forever

How to fix IIS website loading forever

Recently, we had a customer who was facing a problem with his IIS website loading forever. We helped him fix it by disabling idle timeout in IIS.

Let’s discuss how our Support Engineers resolved the error.

 

Disable idle timeout

One of the most common reasons for the website loading forever is the default idle timeout in the application pool. The operation by default shuts down the application pool after this time.

This happens when the website remains inactive for a while. Since IIS host multiple websites, the idle timeout feature helps to free up the memory. Thus it can allocate the un-used memory for other applications pool that is running in the webserver. Our Support Engineers disable the idle timeout follow these steps.

Click on Start >> Administrative Tools >> Internet Information Services (IIS) Manager.

Now select the application pool and right-click on the domain’s application pool. Select the edit application pool and click on Advanced Settings.

Now we set the idle time-out to 0. Setting the idle time-out to 0 will disable the limit.

 

Finally, for the changes to reflect, we restart the application pool.

That’s it. Now the website starts working fine.

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(268)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2019-06-30 jQuery file upload上传图片的流程
2019-06-30 chrome查看JavaScript的堆栈调用
2019-06-30 JavaScript apply
2019-06-30 chrome 调试
2019-06-30 jQuery file upload上传图片出错分析
2019-06-30 jQuery插件开发
2019-06-30 js2flowchart
点击右上角即可分享
微信分享提示