Run Umbraco 6.x in Medium Trust / Shared hosting environment
I have a Umbraco 6.1.5 project, and i want to deploy it to a shared hosting environment. I read that Umbraco 6 can run in Medium Trust, but i cant find much more info than just that one sentence.
And, in the web.config i found this setting: umbracoUseMediumTrust which i can set to "true". But, after doing so, i get the following error:
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Is there anyone who knows how to run Umbraco in such a Shared Hosting environment?
I'm sorry I don't have a valid answer to your question.
I just wanted to tell you that Microsoft has said that medium trust is about to be removed. ASP.NET will only run in full trust in a relatively close future. Maybe you should discuss running full trust with your hosting provider?
Ask them to read this: http://support.microsoft.com/kb/2698981
This is an exception which has nothing to do with medium trust, you need to generate a machinekey and put in the web.config ( generate key here : http://aspnetresources.com/tools/machineKey )
Run Umbraco 6.x in Medium Trust / Shared hosting environment
I have a Umbraco 6.1.5 project, and i want to deploy it to a shared hosting environment. I read that Umbraco 6 can run in Medium Trust, but i cant find much more info than just that one sentence.
And, in the web.config i found this setting: umbracoUseMediumTrust which i can set to "true". But, after doing so, i get the following error:
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Is there anyone who knows how to run Umbraco in such a Shared Hosting environment?
I'm sorry I don't have a valid answer to your question.
I just wanted to tell you that Microsoft has said that medium trust is about to be removed. ASP.NET will only run in full trust in a relatively close future. Maybe you should discuss running full trust with your hosting provider?
Ask them to read this: http://support.microsoft.com/kb/2698981
L-E
This is an exception which has nothing to do with medium trust, you need to generate a machinekey and put in the web.config ( generate key here : http://aspnetresources.com/tools/machineKey )
is working on a reply...