IIS 7 - Provisioning portal
Posted
by
Doug
on Server Fault
See other posts from Server Fault
or by Doug
Published on 2012-07-04T02:09:38Z
Indexed on
2012/07/04
3:17 UTC
Read the original article
Hit count: 449
I am wanting to setup our production IIS environments with a provisioning portal to ensure that deployment staff always setup sites in a uniform configuration, and that they don't actually have remote access to the servers directly.
What is the best 'simple' provisioning tool for such a purpose?
Do people write their own using something like Powershell remoting?
I don't want to install a tool like HELM or similar as it feels like it creates unnecessary bloat on top of a production environment.
features should include:
- create new website and app pool combo
- restart, start and stop application pools
- change bindings on websites
© Server Fault or respective owner