Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Connie DeCinko 931 posts 1160 karma points
    Nov 10, 2016 @ 20:40
    Connie DeCinko
    0

    web.config issues when creating child application under Umbraco

    I've created a virtual folder/application under Umbraco for a custom in-house MVC app. This app needs to run separate of Umbraco but under the same domain name as my Umbraco site. In order to keep the root site and child app web.configs from conflicting I used the much mentioned

    <location path="." inheritInChildApplications="false">
    

    in the top level web.config. Everything looked great until I tried to login to the back office. Now I get a 500 error. I can only assume that since the back office no longer is inheriting the root web.config that is my problem. I tried placing a copy of the root web.config in the Umbraco folder but that caused an odd YSOD error which did not give me any clues.

    Any ideas how I can get the main site and two child apps (Umbraco and my custom MVC app) to play nicely in the same domain?

Please Sign in or register to post replies

Write your reply to:

Draft