My posts tagged with "Tips and Tricks, IIS" (RSS)

ASP.NET applications running out of memory?

One thing you can do to help save memory usage is to enable the WorkstationGC. The GC, or garbage collector, manages the memory for appDomains. http://support.microsoft.com/kb/911716

Using WMI to change the local administrator password for all servers in an OU or Container

Just sharing a nice little script to query all the computers in an OU and change the local Administrator password for each one. One thing to note, if your computers happen to be in the default Computers container, you need to change the LDAP query from...

Getting 64-bit or 32-bit applications working on IIS 6.0 x64

When running on x64 hardware, you have two options. First, to run in native 64-bit mode. This means all the applications running need to be 64-bit. The second is to run worker processes in 32-bit mode, which means all applications need to be 32-bit. This...

Filter by Tag

Page view counter