Deploying Sharepoint Features in a Load Balanced Environment

Posted by Adam on Server Fault See other posts from Server Fault or by Adam
Published on 2010-06-10T16:43:03Z Indexed on 2010/06/10 16:54 UTC
Read the original article Hit count: 230

Last night we deployed a new set of Sharepoint features to a load balanced environment. For some reason the new features are on 1 box but are not showing in the sharepoint sites on the others.

We have 4 servers and we deployed to them by pulling 1 server out of rotation, stopping the app pool and deploying our new code and the new features. Then we would fire it back up and add it to the rotation. For the remaining servers we would only remove the server from rotation, stop the app pool, and deploy the code, NOT the features, then fire it back up and add it to the rotation.

Any thoughts on why the features are not showing up on the other servers? Also, any thoughts on forcing the features to show up?

Thanks in advance.

© Server Fault or respective owner

Related posts about sharepoint

Related posts about load-balancing