I want to set the max pool size - 1000. I want to know what is the limit of max pool size in.Net application . will it work fine if i make pool size - 1000
<add name="Constr" connectionString="Server=.;database=DBName;Trusted_connection=true;pooling=true;Max Pool Size=1000;MultipleActiveResultSets=True" providerName="System.Data.SqlClient" />