Developers Forum


Why "Pooling=false"?

 
connectionString="metadata=res://MvcCms.Data/MvcCmsDataModel.csdl|res://MvcCms.Data/MvcCmsDataModel.ssdl|res://MvcCms.Data/MvcCmsDataModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\sqlexpress;Initial Catalog=MvcCms;Pooling=false;Persist Security Info=True;Integrated Security=true;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />


this Pooling is set to false, why?
4 months 13 days ago by xuchicuit

Replies

Reply posted by jon 4 months 13 days ago View Branch And Reply
I can't even recall the reason for that, If I remember right it had something to do with the way the first version of entity was working.

You can always try turning it off and testing to see if it causes any issues. I could google around on the subject but I just don't have time.