Category: IIS

  • Speed Up IIS Application Boot Times

    Speed Up IIS Application Boot Times

    By default IIS 7.5 will recycle your web application’s worker process after 20 minutes of inactivity. In a nutshell, this means that when you have a site that is used lightly, it will take a while to start up. This is because it has to load all the dependent assemblies and store them in memory.…

  • PHP on XP Pro (IIS 5.1)

    So it took me a while but I finally installed PHP on my XP Pro machine. See how.