Server Error in '/' Application.

A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - 远程主机强迫关闭了一个现有的连接。)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - 远程主机强迫关闭了一个现有的连接。)

Source Error:


Line 15: 
Line 16: 	base.channel = "news";
Line 17: 	base.OnInit(e);
Line 18: 	StringBuilder templateBuilder = new StringBuilder(220000);
Line 19: 

Source File: d:\wwwroots\huajunteccomcn\wwwroot\aspx\main\news_show.aspx    Line: 17

Stack Trace:


[SqlException (0x80131904): A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - 远程主机强迫关闭了一个现有的连接。)]
   DTcms.DBUtility.DbHelperSQL.GetSingle(String SQLString, SqlParameter[] cmdParms) +353
   DTcms.DBUtility.DbHelperSQL.Exists(String strSql, SqlParameter[] cmdParms) +69
   DTcms.DAL.article.Exists(String channel_name, Int32 article_id) +298
   DTcms.BLL.article.ArticleExists(String channel_name, Int32 article_id) +156
   DTcms.Web.UI.Page.article_show.article_show_Init(Object sender, EventArgs e) +246
   System.Web.UI.Control.OnInit(EventArgs e) +83
   System.Web.UI.Page.OnInit(EventArgs e) +13
   ASP.aspx_main_news_show_aspx.OnInit(EventArgs e) in d:\wwwroots\huajunteccomcn\wwwroot\aspx\main\news_show.aspx:17
   System.Web.UI.Control.InitRecursive(Control namingContainer) +394
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1583


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1