Server Error in '/' Application.

A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)

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 - An existing connection was forcibly closed by the remote host.)

Source Error:


Line 24: 			}
Line 25: 			SectionTitle = AppLogic.GetString("sitemap.aspx.1",SiteID,ThisCustomer.LocaleSetting);
Line 26: 			SiteMap1.LoadXml(new SiteMapComponentArt(base.EntityHelpers,SiteID,ThisCustomer).Contents);
Line 27: 		}
Line 28: 	}

Source File: c:\Inetpub\vhosts\uswebcentral.com\httpdocs\Web\sitemap2.aspx.cs    Line: 26

Stack Trace:


[SqlException (0x80131904): A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +925466
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800118
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
   System.Data.SqlClient.TdsParserStateObject.ThrowExceptionAndWarning() +13
   System.Data.SqlClient.TdsParserStateObject.WriteSni() +682631
   System.Data.SqlClient.TdsParserStateObject.WritePacket(Byte flushMode) +265
   System.Data.SqlClient.TdsParserStateObject.ExecuteFlush() +51
   System.Data.SqlClient.TdsParser.TdsExecuteSQLBatch(String text, Int32 timeout, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj) +269
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1005
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
   System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
   System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +7
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +141
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +83
   AspDotNetStorefrontCommon.DB.GetDS(String Sql, String cacheName, Boolean useCache, DateTime expiresAt) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\DB.cs:972
   AspDotNetStorefrontCommon.DB.GetDS(String Sql, Boolean useCache, DateTime expiresAt) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\DB.cs:988
   AspDotNetStorefrontCommon.EntityHelper.GetEntityComponentArtObjectList(Int32 EntityID, String LocaleSetting, Int32 AffiliateID, Int32 CustomerLevelID) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\EntityHelper.cs:704
   AspDotNetStorefrontCommon.EntityHelper.GetEntityComponentArtNode(Int32 ForParentEntityID, String LocaleSetting, Int32 AffiliateID, Int32 CustomerLevelID, Boolean AllowCaching, Boolean ShowObjects) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\EntityHelper.cs:520
   AspDotNetStorefrontCommon.SiteMapComponentArt..ctor(Hashtable EntityHelpers, Int32 SiteID, Customer ThisCustomer) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\SiteMapComponentArt.cs:80
   AspDotNetStorefront.sitemap2.Page_Load(Object sender, EventArgs e) in c:\Inetpub\vhosts\uswebcentral.com\httpdocs\Web\sitemap2.aspx.cs:26
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433