Tried to setup Rapido 3.1 in Azure today, using the setup from the installation manual on the doc site.
It has worked as a charm on earlier versions, but now I get an "Access is denied" error. Anyone seen this before?
Error executing template "Designs/Rapido/_parsed/Page.parsed.cshtml" System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Web.Hosting.IIS7WorkerRequest.PushPromise(String virtualPath, String queryString, String method, NameValueCollection headers) at System.Web.HttpResponse.PushPromise(String path, String method, NameValueCollection headers) at CompiledRazorTemplates.Dynamic.RazorEngine_6ff2d141e49546fda522b9471d26bd88.Execute() in D:\home\site\wwwroot\Solution\Templates\Designs\Rapido\_parsed\Page.parsed.cshtml:line 5988 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.Template.RenderRazorTemplate()
By the way, admin interface is working as expected.