我对 Asp.net 和SQL有问题。我从连接池中有很多超时错误。
所有连接都在块内使用using
因此它们已正确关闭。
在connectionSting
我有:Pooling=true;Max Pool Size=250
系统是Windows 2008服务器,SQL Server 2008,Asp.net
在应用程序错误日志中:
Event Id 1309
source : ASP.NET 2.0.50727.0
或
Event Id 9
source : Active Server Pages
你有什么建议我应该怎么做吗?
在 web.config 中使用连接字符串给出超时。它对我有用。