Posted on: 4/17/2014 6:48:54 AM | Views : 507

hello,
i make a class i use a constructor.
and in constructor i make connection string like this.
public DataAccessLayer() { strConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ToString(); }
how i use using or idisposible in class.
to reuduce this error.
Error : "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may occurred because all pooled connections were in use and max pool size was reached." thanks for the help.

Go to the complete details ...