Asp.net – SQL Server connection is getting established and not disposed through ADO.NET / C#
I am using the code shown here, to connect to SQL Server. This is working properly, but for the past 2 days, I am facing an issue where multiple connections (~2000) are getting opened and not getting disposed. Due to…