I have had a fix for this in the past, but can't find it!
How do you fix the limit of two downloads at a time? Isnt' there a simple registry line I can enter?????
thanks!
| QUOTE |
| # re: Standards and CSS in IE Saturday, July 30, 2005 4:22 AM by John A. Bilicki III Also... To the person requesting more then two downloads being allowed at once... MS ~IS~ following a standard (which is the HTTP standard) which states that there should not be more then two active connections at once to any given server. Paste this in to a file with a REG extension to overcome the two file download limit (but be aware that this does not follow the HTTP standard... REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:00000020 "MaxConnectionsPerServer"=dword:00000010 |