求助“/”应用程序中的服务器错误。如何解决?
我的电脑访问网页的时候出现:“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.InvalidOperationException: 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[InvalidOperationException: 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。]
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4861594
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.SqlClient.SqlConnection.Open() +122
HongXiu.Base.DBUtility.DbHelperSQLP.GetSingle(String SQLString) in D:\Codes\HongXiu\Base\DBUtility\DbHelperSQLP.cs:440
HongXiu.UserSystem.DAL.Indite.Article.DALArticle.GetOKArticleCount(String author) in D:\Codes\HongXiu\UserSystem\DAL\Indite\Article\DALArticle.cs:581
HongXiu.UserSystem.BLL.Indite.Article.ArticleInfo.GetOKArticleCount(String author) in D:\Codes\HongXiu\UserSystem\BLL\Indite\Article\ArticleInfo.cs:163
HongXiu.UserSystem.BLL.PageControl.BasePage.GetLeftNume() in D:\Codes\HongXiu\UserSystem\BLL\PageControl\BasePage.cs:118
HongXiu.UserSystem.Web.PersonManager.MyHongXiu.LogUserSee() in D:\Codes\HongXiu\UserSystem\Web\PersonManager\MyHongXiu.aspx.cs:391
HongXiu.UserSystem.Web.PersonManager.MyHongXiu.Page_Load(Object sender, EventArgs e) in D:\Codes\HongXiu\UserSystem\Web\PersonManager\MyHongXiu.aspx.cs:74
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.3053; 版本:2.0.50727.3053
请问如何解决?请高手指点一下。