J
John
I have Web Service with a SQL Connection and every time the web service runs it creates a new SQL Connection on the SQL Server.
How do I get it to use only 1 SQL connection or at least drop old connections?
How do I get it to use only 1 SQL connection or at least drop old connections?