连接池满

SqlConnection.ClearPool(conn); //清空conn连接池
SqlConnection.ClearAllPools(); //清空连接池

原文地址:https://www.cnblogs.com/chensp/p/5271238.html