I have a ecommerce project and i developed ASP.NET MVC. There was no problem until a few days ago. But i've turned on output cache and i starting having problems with Image Resizer version 4.2.5. When i call some pictures http://www.blabla.com/test.jpg??format=jpeg&width=1024 my production site throw "Out Of Memory" exception. But my test domain not throw exception. The test domain runs very well. I've checked images resizer version and all of the web.config setting is same.
What's your suggestion? How can i up memory limit for my production domain? Or another solution?
My server is Windows Server 2012 R2 and IIS 8
Thanks for suggestions.