September 8, 2008 at 2:26 pm
Occasionally, when my web application is connecting a user in the development environment, I receive the error
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.)
What does this mean and how do I eliminate it?
I use two machines. My development machine is VS 2008 on XP Pro SP2
The web server is a seperate computer, Win Server 2008, IIS7 and SQL Express 2008
thanks,
pat
September 9, 2008 at 8:06 am
Check your remote query timeout. I sometimes get that error in Management studio connecting to my Server. It could be that. Change it on SP_Configure
September 18, 2008 at 4:48 am
Hi,
You are mentioning a common problem, lots of folks happen to have this problem.
I'm not 100% sure, but the problem seems to be related to connection pool recycling. You can specify connection pooling settings, including recycling options, in the connection string.
Sincerely, Bert
[font="Courier New"]
------------------------
MCPD Web Developer, MCPD Windows Developer[/font]
Computers are made to solve problems you did not have in the days they didn't exist.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply