System.Data.SqlClient.SqlException: 超时时间已到。在操作完成之前超时时间已过或服务器未响应。
在 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
在 System.Data.SqlClient.SqlConnection.Open()
在 JuSNS.Profile.DbHelper.ExecutePage(String connectionString, String SqlAllFields, String SqlTablesAndWhere, String IndexField, String OrderFields, Int32 PageIndex, Int32 PageSize, Int32& RecordCount, Int32& PageCount, DbParameter[] commandParameters) 位置 F:\job\y亚太口腔\svn_bbs\JuSNS.Profile\DbHelper.cs:行号 267
在 JuSNS.Profile.DbHelper.ExecutePage(String SqlAllFields, String SqlTablesAndWhere, String IndexField, String OrderFields, Int32 PageIndex, Int32 PageSize, Int32& RecordCount, Int32& PageCount, DbParameter[] commandParameters) 位置 F:\job\y亚太口腔\svn_bbs\JuSNS.Profile\DbHelper.cs:行号 243
在 JuSNS.SQLServer.UtilPage.JuSNS.Factory.IUtilPage.GetBlogPage(String q, String keys, Int32 classid, String orderby, Int32 UserID, Int32 PageIndex, Int32 PageSize, Int32& RecordCount, Int32& PageCount, SqlConditionInfo[] SqlCondition) 位置 F:\job\y亚太口腔\svn_bbs\JuSNS.SQLServer\UtilPage.cs:行号 493
在 JuSNS.Home.UtilPage.GetBlogPage(String q, String keys, Int32 classid, String orderby, Int32 userid, Int32 pageindex, Int32 pagesize, Int32& recordcount, Int32& pagecount, SqlConditionInfo[] SqlCondition) 位置 F:\job\y亚太口腔\svn_bbs\JuSNS.Home\UtilPage.cs:行号 33
在 JuSNS.Web.app.blog.rss.ShowList(VelocityContext& context) 位置 F:\job\y亚太口腔\svn_bbs\JuSNS.Web\app\blog\rss.cs:行号 64
在 JuSNS.MVC.IHandler.ProcessRequest(HttpContext context)