Connection delay after upgrade to .NET 1.1

M

Mike O'Brien

When making a socket connection to a server from a client
using the new .NET Framework version 1.1 in a Web
Application, we are getting a severe delay in the granting
of the socket connection. We did not get this using the
previous version of .NET (1.0...). The delay is between 1
and several minutes long. Finally, after the delay, the
socket connection is made with no abnormal messages.
Then, as long as that IE remains up, we can dis-connect
and re-connect as many times as we want with no delays at
all.

Any and all comments would be greatly appreciated.
 
M

Mario Vargas

Sounds to me that the ASP.NET page is recompiling. There's usually a delay
the first time you access a user accesses a page.

Mario
 
M

Mike O'Brien

Mario,

Thanks for the response. The web page is already loaded
and present. It is a user control that is launched (and
visible) and has issued the socket connect. The response
from the connect is delayed a long time the first time
during the IE session. I keep thinking something has
changed in the network security schemes from .NET 1.0 to
1.1. I tried 'caspol -security off' and disabling all
other security settings in IE to no avail.

Still trying...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top