如何更好地处理asp.net mvc应用程序中的数据库连接错误

发布于 2024-11-09 00:59:26 字数 144 浏览 0 评论 0原文

我有 asp.net mvc 应用程序,它使用 linq to sql 连接到数据库。 当有很多数据库连接错误时,如何停止处理对应用程序的所有请求?

当数据库关闭或连接字符串错误时会出现这种情况。最好停止应用程序并向所有用户显示一段时间内所有请求的简单消息。

I have asp.net mvc application, it uses linq to sql to connect to database.
How to stop handling all requests to application when there is many database connection erors?

There will be when database is down or there is wrong connection string. Will be good to stop application and show for all users simple message for all requests during some period.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

亢潮 2024-11-16 00:59:26

如果您想关闭访问,可以使用 app_offline在维护工作等期间访问网站

You can use app_offline, if you want to close access to the website during maintenance work etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文