You Talk, We Listen
You understand your business. We know the Web. Let's get started.

See It For Yourself
Tour examples of our
work. View product
demonstrations. Learn more about internet marketing programs.

Learn more about NetFuelSM
IIS Application Pool Balancer
The IIS Application Pool Balancer enables bulk reassignments of IIS Websites to new Application Pools. It is useful if you have a large number of websites on a single server that need to be migrated to a new Application Pool quickly. In the future, we'd like to add additional utilities for dealing with IIS sites to the tool.
You can match any number of sites or application pools by passing regular expressions via the command line. The matched IIS Sites will be equally divided amongst the matched Application Pools. You'll need to manually create any new Application Pools before running the utility.
Example usage:
iisapb -s .* -p NewAppPool
Moves all IIS websites to the NewAppPool Application pool.
iisapb -s A.* -p (AppPool1|AppPool2)
Matches all IIS websites that begin with the letter A and moves half to AppPool1, and half to AppPool2.