0
Hi Prashant!
I think it's a problem of hosting server iis application pool size, you could resolved this just this line of code in webconfig
- <connectionStrings>
- <add name="ConnectionString"
- 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>