Attention: We have retired the IIS.NET Community Blogs. Learn more >

Contents tagged with High Memory

  • High memory in IIS due to scriptproxy.dll

    One of my customers had a problem on his IIS server, where the IIS process hosting his web application was suffering from very high memory utilization over time.  Eventually the process got so high in memory that the web application became completely unresponsive and incoming requests were no longer getting served.  Based on these details, we began troubleshooting the issue as a memory leak/high memory issue.

  • Troubleshooting System.OutOfMemoryExceptions in ASP.NET

    When the .NET Framework was first released, many developers believed the introduction of the garbage collector meant never having to worry about memory management ever again. In fact, while the garbage collector is efficient in managing memory in a managed application, it's still possible for an application's design to cause memory problems.