Changing max connections limit does not work

P

pkolodzi

Hi

I have a web service project. This project consists of the regular ASMX file
with web methods and one ASPX File download script. The problem is that user
is unable to download 3 files at the same time. Third file waits for first
or second to complete. I have the following section in by web.config file:

<system.net>
<connectionManagement>
<add address = "*" maxconnection = "4" />
</connectionManagement>
</system.net>

Is there something else i should do?

Kind Regards
PK
 

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

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top