IIS 7 and Idle Timeouts

There is a bug in the IIS 7 user interface which prevents setting the idleTimeout property of an application pool when both the time (“Regular Time Interval (minutes)”) property and idleTimeout properties are set to zero.

A quick trip to the command line and the appcmd interface can solve the problem. The following command will set the idleTimeout property to 10 minutes.

appcmd set apppool "Application Pool Name" /processModel.idleTimeout:0.00:10:00

When properly executed, the command will output the following:

APPPOOL object "Application Pool Name" changed

SharePoint Governance Resources

Governance is something that should be at the top of the list for any SharePoint implementation (no matter how small). The following are some checklists/whitepapers/etc. provided by Microsoft that can get you started.

This is of course only sampling of what’s available. Feel free to sound off in the comments with your go-to resources for SharePoint governance.

Global Deployments of Multiple Farms

Guidance for Global deployment of multiple farms has just landed on Technet. The Client solutions for WAN environments points out some good items as well.

SharePoint 2010 Products scripted deployment

It seems I missed it when Microsoft published the SPModule PowerShell module to aid in a scripted installation of a SharePoint 2010 farm.

If anything, it can serve as a handy guide for how to script out individual actions pertaining to installation and farm maintenance.

Reference

Performance Optimization WordPress Plugins by W3 EDGE