0

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?

mgaspar
  • 3
  • 1

1 Answers1

1

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
  • 6,116
  • 18
  • 27