首次登录超时

编程入门 行业动态 更新时间:2024-10-28 12:24:45
本文介绍了首次登录超时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我终于掌握了WebSitePanel,并完成了大部分工作。但是,我注意到服务器闲置一段时间后的第一次体验,在尝试访问登录页面时可能会导致超时错误。我知道这是处理应用程序缓存但我不确切知道如何让它保持应用程序缓存x小时,所以它不需要重新编译,当有人在很长的空闲时间之后。

I am finally getting a handle on WebSitePanel and have most things configured. However, I notice that the first-time experience after the server sits idle for some time, can result in a timeout error when trying to get to the login page. I know this is dealing with application caching but I don't know exactly how to make it keep the application cached for x hours so it doesn't have to recompile when someone its it after a long idle time.

有什么想法吗?

推荐答案

实际上是sql连接的问题,好像有空闲连接一样等待一段时间后,它会断开连接。

is actually the problem with the sql connection as if there is idle connection waiting for a period of time, it will dropped the connection.

你可以尝试

转到 - IIS经理 - 在网站文件夹上右键Cilck并转到属性 - 转到主页配置标签 - 点击配置 - 转到选项 - 将sesson状态超时更改为更大的

更多推荐

首次登录超时

本文发布于:2023-07-14 17:49:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1106040.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:首次

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!