Configuracion, conexiones a una misma IP


/ Published in: C#
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>

Report this snippet


Comments


You need to login to view comments.