Monday, March 12, 2012

Frequent SqlException

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.)
can you help with the above error
Hi
You may want to look at tracing the data access at:
http://msdn2.microsoft.com/en-us/library/ms971550.aspx
Are you using connection pooling? It may be that you are trying to re-use a
connection that has been closed. You could try changing the keepalive
interval (in Configuration Manager) so it is less likely to be closed.
John
"Windows 2003 user" wrote:

> 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.)
> can you help with the above error

No comments:

Post a Comment