Too many connections to Sql Server 2008
- by Luis Forero
I have an application in C# Framework 4.0. Like many app this one connects to a data base to get information. In my case this database is SqlServer 2008 Express.
The database is in my machine
In my data layer I’m using Enterprise Library 5.0
When I publish my app in my local machine (App Pool Classic)
Windows Professional
IIS 7.5
The…