system.net changes for more concurrent webservice calls


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <system.net>
  2. <connectionManagement>
  3. <add address="*" maxconnection="100" />
  4. </connectionManagement>
  5. </system.net>

URL: http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.