WebTopics

IIS and ASP.NET Information and Tips from Microsoft Developer Support

August, 2009

Posts
  • WebTopics

    High memory in IIS due to scriptproxy.dll

    • 0 Comments
    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...
  • WebTopics

    Deadlock when storing Asp.net sessions in SQL server during peak load

    • 3 Comments
    When there is more than 1 server in web farm scenario it is an obvious choice to go for session out-of-proc either with SQL server or State server. While storing session with SQLServer if you see issues with SQL deadlock during peak loads involving DeleteExpiredSessions...
  • WebTopics

    Using ProcDump.exe to monitor w3wp.exe for CPU spikes

    • 6 Comments
    Procdump is a light weight Sysinternal's command-line utility whose primary purpose is monitoring an application for CPU spikes and generating crash dumps during such spikes which an administrator or developer can use to determine the cause or to share...
  • WebTopics

    IIS7 (and above) – Using FREB to capture dumps for a long running request

    • 0 Comments
    In my previous post , I wrote about using FREB to troubleshoot a simple error message to identify the module which sets the error. For this post, let’s assume we are troubleshooting a slow running page (any page, be it aspx, asmx, html, etc). Not...
Page 1 of 1 (4 items)