umbraco Distributed servers not getting refreshing
Content changes reflected in umbraco admin website. but it is not reflected in distributed servers site in front end. App_Data/umbraco files are getting updated . but it is not reflected in front end
Are you using the Umbraco Load Balancing functionality ( configuring DistributedCall in UmbracoSettings.config )?
A webservice is used to update the cache on the distributed servers. Your network/firewall must be configured so that the admin server can make the webservice call on the distributed servers.
The other thing to note is that the details of the update are logged to the UmbracoLog table and it wlll log any errors.
umbraco Distributed servers not getting refreshing
Content changes reflected in umbraco admin website. but it is not reflected in distributed servers site in front end. App_Data/umbraco files are getting updated . but it is not reflected in front end
Hi Saravanan
Are you using the Umbraco Load Balancing functionality ( configuring DistributedCall in UmbracoSettings.config )?
A webservice is used to update the cache on the distributed servers. Your network/firewall must be configured so that the admin server can make the webservice call on the distributed servers.
The other thing to note is that the details of the update are logged to the UmbracoLog table and it wlll log any errors.
Dallas
is working on a reply...