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 ...