Importance of trace enabled="false"

I was reading through some posts on ASP.NET best practices, and a lot is mentioned about on production machines. One thing that seems to be glossed over is . Obviously, tracing is a security concern, but does it hurt your application in other ways? The biggest area I thought tracing could effect an application was memory, so I wanted to see the memory differences of having trace enabled, vs having it disabled. »

Script of the gods

Setting up new IIS 6 servers can be a pain. The config is so daunting they call it a metabase! Backing up the metabase is super important, but did you know you can copy the entire metabase to another server? Yes you can, and its pretty awesome. cscript iiscnfg.vbs /copy /ts ANOTHER_SERVER /tu domain\user /tp password Perfect for web farms where you are adding new servers and need to script setup. »

Brian Hartsock on #IIS,