Umbraco 7.5.3 as a virtual application (directory)
Hello,
I am experiencing an issue in Umbraco 7.5.3 (Umbraco running as a sub-application within ASP.NET Mvc application). Although, I do not get any errors, the content of the Umbraco pages is not getting rendered (i.e I do get blank pages back).
I have set in umbracoSettings.config:
umbracoApplicationUrl to the full path where umbraco can reach itself and ResolveUrlsFromTextString to 'true'.
I'm having the exact same issue! For example images in media library are referenced as "https://mydomain.com/media/1001/image.jpg" where the actual URL should be "https://mydomain.com/TestWebSite/media/1001/image.jpg".
I have set the umbracoApplicationUrl to "https://mydomain.com/TestWebSite" with no effect. What am I missing here?
Umbraco 7.5.3 as a virtual application (directory)
Hello,
I am experiencing an issue in Umbraco 7.5.3 (Umbraco running as a sub-application within ASP.NET Mvc application). Although, I do not get any errors, the content of the Umbraco pages is not getting rendered (i.e I do get blank pages back).
I have set in umbracoSettings.config:
umbracoApplicationUrl to the full path where umbraco can reach itself and ResolveUrlsFromTextString to 'true'.
Am I missing anything?
thank you, elias
I'm having the exact same issue! For example images in media library are referenced as "https://mydomain.com/media/1001/image.jpg" where the actual URL should be "https://mydomain.com/TestWebSite/media/1001/image.jpg".
I have set the umbracoApplicationUrl to "https://mydomain.com/TestWebSite" with no effect. What am I missing here?
is working on a reply...