Is there a cheat sheet for the different versions of IIS which details various steps to perfom for each new website deployment including compression, caching, AppPool settings. etc.
Edit:
I'm not looking for a list of things you must do, more of a list of the most common things you could do (like compression and caching etc).
As both IIS 6 and IIS 7/7.5 has different interface to deal with. You can check though for me most common things in all versions from IIS 6 is following:
1) Extension need to be enabled 2) Application pool Settings 3) Permission on folders 4) Host Header or Bindings 5) Mime Types
Please let me know if this would helpful to you.
I don;t think here has one but this old one(http://blogs.iis.net/blogs/sivas/IIS_Version_Comparison_Chart.jpg) compared iis5 and 6. Too bad, no iis7 on this chart.
I have made an attempt of writing a Did you know series which shows steps by steps on how to configure settings in IIS 6 and IIS 7.