views:

92

answers:

1

Hello,

I'm writing an ASP.Net Web Application that can be deployed to Web Farms. I've written some code to update a few config options (AD Membership server, Selected Theme, etc), but now i'm wondering how can they be synchronized between multiple servers? It looks like sharepoint has a feature to manage those scenarios, but i have no clue how to do it without using powershell scripts or putting those settings in a shared folder. Any ideas?

+1  A: 

There are some relatively new bits from Microsoft out to help with this called the IIS Web Deployment Tool.

http://www.iis.net/extensions/WebDeploymentTool

Jerry Bullard