I'm trying to setup a ASP.NET MVC application in a subdirectory of an Umbraco site. This new ASP.NET MVC application will run as a virtual application. For example, the Umbraco site is located at www.domain.com, and the other MVC application is located at www.domain.com/app.
I'v tried thise approach: Umbraco Child MVC Application (Virtual Directory) - Could not load file or assembly Umbraco.ModelsBuilder
It works but there are some issues.
- All images placed in the /media section will no longer render.
- The /umbraco route fails, so we cannot access the CMS.
There is not any error message, just 'The page cannot be displayed because an internal server error has occurred' when I try to go to the '/umbraco' route.
Can you, please, tell me what is wrong or how to create application in a subdirectory of Umbraco as a virtual application?
The Umbraco version is 7.7.1.
And one note - the Umbraco is hosted on the Azure.
Thanks!