For changing Max pool size, you need to specify in web.config file while defining Connection string.
Try like this-
connectionString="Data Source=serverName;Initial
Catalog=Northwind;Persist Security Info=True;User
ID=userName;Password=password ; Max Pool Size=60;"
Try this and let me know.