I have an ASP.NET MVC app that I am developing, very few users but SQL Server is hogging memory like crazy.
I am wondering if it could be due to the Entity Framework. I have been following tutorials and books like ASP MVC Pro 2 for guidance but none of them show to explicitly dispose of the data context.
If you don't dispose of it, does SQL Server continue to hold memory for the request?
Any help or suggestions would be greatly appreciated,