These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Max connections

Hi,

During my tests, whenever i'm downloading something from FileVista, during that time the rest of the FileVistaControl is not responding. 

E.g. the "loading" animation remains visible when expanding another folder during the download, until it completes.

I have added the following lines to the web.config, but that didn't help:

<system.net>
      <connectionManagement>
         <add address="*" maxconnection="8" />
      </connectionManagement>
</system.net>
Robert 11/1/2007 7:10 AM
That web.config setting will not solve this issue because it is about ASP.NET session state locking mechanism which does not allow two requests from the same session to execute simultaneously. I will send you a workaround shortly.
Cem Alacayir 11/12/2007 3:07 PM
Robert,
This behaviour is fixed in v1.0.3, I have sent you an email.
Cem Alacayir 11/15/2007 5:15 PM
Thanks for the great support! I'll install this asap!

Robert 11/15/2007 10:55 PM