I have Umbraco deployed on the server. Currently I am trying to deploy MVC 4 Application as a child application but somehow the child\'s views\\web.config inherits the confi
You have a few options. Allow the inheritance and remove the sectionGroup from the child config(s) or something like this in any parent:
Intellisense may complain about this however but it should compile and run fine.
This question might also be of value: Disable web.config inheritance?