What kind of optimization (performance or whatever) do you use when going live with IIS (on windows 2003) ?
Currently, I use 1 application pool per web site, but I think I can do more :)
What kind of optimization (performance or whatever) do you use when going live with IIS (on windows 2003) ?
Currently, I use 1 application pool per web site, but I think I can do more :)
Even on large banks, I've rarely (can't remember when) done any optimizations on IIS that weren't just the addition of modules. I keep all the defaults.
Why would you consider using a single app pool per website as an optimization? Separating websites into different app pools should only be done if you have an explicit need for it like:
Lots of good articles on TechNet:
You should see what your score is in YSlow. We run that on all sites before they deploy. A few tips: