在iis 7中定义连接池大小(不是通过连接字符串)

发布于 2024-09-16 17:46:33 字数 179 浏览 6 评论 0原文

因此,我们的连接字符串是根据应用程序设置构建的,而不是存储为实际的连接字符串。我知道这很愚蠢,在我来这里之前几年就已经完成了。

问题是,我可以在 web.config 或 IIS 本身中做一些事情来从配置的角度定义进程默认连接池,这样我就不必更改创建连接字符串的代码并部署新版本的 dal增加连接池。

有想法吗?

So our connection string is constructed from app settings rather than stored as an actual connection string. Stupid I know, was done years before I was here.

Question is, can I do something in the web.config or in IIS itself to define the processes default connection pool from a configuration standpoint so I don't have to change the code that creates the connection string and deploy a new version of the dal to increase the connection pool.

Ideas?

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

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

发布评论

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

评论(1

独木成林 2024-09-23 17:46:33

这是不可能的。连接池大小只能通过连接字符串来定义。

This cannot be done. Connection pool size can be defined only by connection string.

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