Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

Set IIS to run with environment variable

I'm trying to run IIS with the COMPLUS_ZapDisable environment variable set to 1. Per this link (which shows how to do it for regular exes), I hope this will allow me to load non-optimized versions of ...
dx_over_dt's user avatar
4 votes
1 answer
3k views

How can I create a memory dump of a production system without affecting performance?

I am trying to analyze a hard-to-track memory leak problem on a production IIS web server running an ASP.NET application. To that end I am trying to create a dump file of the memory to analyze it ...
magnattic's user avatar
  • 1,256