I am getting this error:
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 1878: this.Adapter.SelectCommand.Parameters[3].Value = ((int)(AdLevel));
Line 1879: AdsDataComponent.AdsDataTable dataTable = new AdsDataComponent.AdsDataTable();
Line 1880: this.Adapter.Fill(dataTable);
Line 1881: return dataTable;
Line 1882: }
|
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\adcedb30\296393a\App_Code.bmic_npf.25.cs Line: 1880
The reason is that, my hosting provider have told me there is a problem with the code. They only allow 10 concurent connections to the SQL Server. They said that connections are not properly closed in CSK code? So they have a process to kill any additional connections (more than 10)... Any idea?
Thanks,
Rafal
Rafal
Zikbay.com - The Best Free Online Classifieds DNN Direct