I am trying to understand the difference between the "Max Pool Size" setting in the connection-string against the Limit setting in the IIS server manager...whether they are referring to the same thing? if not what does each do?
To make it clear, I attached a code snipped for the connection-string statement and a photo for the "Limit" setting in the IIS manager.
<connectionStrings>
<add name="TrackingConnectionString" connectionString="Data Source=localhost;Min Pool Size=0;Max Pool Size=100;Pooling=true;
Initial Catalog=Tracking;Integrated Security=True;" providerName="System.Data.SqlClient"/>
</connectionStrings>
Attached is a photo of the "Limit" setting in ISS manager.