HELP!!!!! Transport-level error ???????

  • Thread starter Thread starter Lladro
  • Start date Start date
L

Lladro

I am developing a .Net 2.0 app for the web. ASP.Net 2.0 with
codebehind. The error that I am receiving is: A transport-level error
has occurred when sending the request to the server. (provider: TCP
Provider, error: 0 - Either the application has not called WSAStartup,
or WSAStartup failed.) This ERROR is occurring intermittently,
particularly when multiple dropdownlist onchange events have been
fired. Also, within those event procedures, we are calling SQL Server
2000.

Any Help, Please, would be greatly appreciated.
 
I am developing a .Net 2.0 app for the web. ASP.Net 2.0 with
codebehind. The error that I am receiving is: A transport-level error
has occurred when sending the request to the server. (provider: TCP
Provider, error: 0 - Either the application has not called WSAStartup,
or WSAStartup failed.) This ERROR is occurring intermittently,
particularly when multiple dropdownlist onchange events have been
fired. Also, within those event procedures, we are calling SQL Server
2000.

Any Help, Please, would be greatly appreciated.

I failed to mention that the webserver is Windows Server 2003 SP1.
Also, when I run the application in my local IIS, the above mentioned
error does not occur. To clarify on the onchange event fired on
dropdownlist. It is happening when I make a selection from the
dropdownlist multiple times, one after another, quickly. It is only
one dropdownlist.

Thank you in advance.
 
Back
Top