I am having an MVC3 + Entity Framework 4.1 app, currently iam testing it locally on my pc.
I want to know whether i have closed all my connections properly by disposing entities context or not. Also is there any available method thru which i can see how many connections are currently open. I am afraid i am not closing all my open connections properly.
Or is there any other way to check whether through my web app i am closing all my db connections properly or not