Deploying Sitefinity in Network Balanced Environment

Posted by Community Admin on 04-Aug-2018 09:16

Deploying Sitefinity in Network Balanced Environment

All Replies

Posted by Community Admin on 03-Aug-2011 00:00

This article is for 3.x, how do we apply for 4.1?

Thanks.

Posted by Community Admin on 03-Aug-2011 00:00

Hi Jkregala,

Please take a look at this article

Best wishes,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 03-Aug-2011 00:00

Hi Ivan,

as per our System Administrators:

Our production web farm environment is not setup with Windows NLB. We are using citrix to load-balanced traffic to frontend servers. We have 1 front-end for content managers to update the content of the sites and 2 front-end servers for content delivery to subscribers. All front-end servers are using 1 content database. However, when content is populated, the front-end servers for subscribers does not render the updated content. what can we possibly do given our setup?

Posted by Community Admin on 03-Aug-2011 00:00

Hi Jkregala,

We have tested only with the Windows Network Load Balancing and this is what I can say that we support.  If there are some sync issues you could check whether the settings on all servers are correct

  1. In Sitefinity’s backend, click Administration » Settings » Advanced Settings » System » LoadBalancing » WebServerUrls » Create new.
  2. Enter the URLs of each of the frontend servers that are part of the load balancing and which will be used to access your website.

    EXAMPLE: The following are examples of the format of the URLs:

Best wishes,
Ivan Dimitrov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 03-Aug-2011 00:00

This might be it:

We have a separate website deployed, but it's in 3.7 version and everything is well. Once we update stuff in the staging server, the prod follows instantly. Same setup, with Citrix. In that website, we have this in the web.config:

<telerik>
                <dataAccess defaultConnection="DefaultConnection">
                        <cacheDependency mode="InDatabase"/>

Do you have any equivalent for 4.1? We just need this part:

<cacheDependency mode="InDatabase"/>

Posted by Community Admin on 03-Aug-2011 00:00

Hello Jkregala,

In Sitefinity 4.x there is no InDataBase config setting. When you create an item we create a cache dependency which notifies your servers about the change so a new dependency is created and an old one is invalidated.
When you change an item we invalidate the cache.

Kind regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 03-Aug-2011 00:00

The only workaround is the previous thing you posted?

Posted by Community Admin on 04-Aug-2011 00:00

Tried your suggestion, unfortunately it did not work.

Posted by Community Admin on 04-Aug-2011 00:00

Hello Jkregala,

1. Make sure that you have restarted the applications
2. Make sure that you have the same cofiguration files on both the iis instances.

You can also take a look at this thread

www.sitefinity.com/.../load-balancing-configuration-question.aspx


Best wishes,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed