开发者

Best approach on replicating configuration settings on load balanced sharepoint?

This is a rat开发者_运维技巧her general question but I'm trying to assess what best approach to take when it comes to deploying SharePoint solutions onto load balanced environments.

Let's assume we have the following:

WebServer-01 and WebServer-02

Our SharePoint installation is balanced over these two environments, but as a developer, I only have access to WebServer-01 for deployment. The assumption here is that the infrastructure guys set up a replication from 01 to 02 but did not set up a replication for configuration files.

What would be the best, out of experience, approach to replicate the configuration file to the second server, without tweaking the replication script or logging into the box?

I was thinking of creating a deployment package, for example click-once that injects the required appSettings, but this in itself is risky?

Thanks,

Eric


If you deploy everything the 'SharePoint way', as in building WSP packages, then there is no need to manually replicate settings across multiple servers in the same Farm. SharePoint takes care of it.

You may want to consider posting SharePoint related questions on sharepoint.stackexchange.com

Some further helpful tips

  • SharePoint Development Guidelines.
  • Creating a Solution Package in Windows SharePoint Services 3.0
  • Creating a SharePoint Solution Package (.wsp) in 5 steps
  • WSPBuilder.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜