Has anyone managed to get Merchello running on Azure with a load balancing setup?
I've installed and configured Redis cache in Azure (for the session state handling) - however, I'm getting an issue whereby the models in Merchello core need to be serializable. I've gone to the extent of bringing the Merchello Core code into my solution to make the necessary models serializable by decorating the necessary classes with the [Serializable] attribute. However, once I'm passed that, I then have the same issue with HtmlString (part of the System.Web assembly) which I can't access.
I just wondered whether anyone else encountered this?
Merchello with Azure
Hi,
Has anyone managed to get Merchello running on Azure with a load balancing setup?
I've installed and configured Redis cache in Azure (for the session state handling) - however, I'm getting an issue whereby the models in Merchello core need to be serializable. I've gone to the extent of bringing the Merchello Core code into my solution to make the necessary models serializable by decorating the necessary classes with the [Serializable] attribute. However, once I'm passed that, I then have the same issue with HtmlString (part of the System.Web assembly) which I can't access.
I just wondered whether anyone else encountered this?
I'm using Merchello 2.1 and Umbraco 7.4.3
Thanks in advance.
Rick
is working on a reply...