M
MCM
<system.net>
<connectionManagement>
<add address="*" maxconnection="1000" />
</connectionManagement>
</system.net>
What is the best practice for this section of web.config? How does this
work? What is a reasonable value for maxconnection? What does address apply
to?
<connectionManagement>
<add address="*" maxconnection="1000" />
</connectionManagement>
</system.net>
What is the best practice for this section of web.config? How does this
work? What is a reasonable value for maxconnection? What does address apply
to?