Deploying Sitefinity in Network Balanced Environment
This article is for 3.x, how do we apply for 4.1?
Thanks.
Hi Jkregala,
Please take a look at this article
Best wishes,
Ivan Dimitrov
the Telerik team
Hi Ivan,
as per our System Administrators:
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
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"
/>
<
cacheDependency
mode
=
"InDatabase"
/>
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
The only workaround is the previous thing you posted?
Tried your suggestion, unfortunately it did not work.
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