I have an existing MVC 3 web application and i'm running it as a module inside Orchard CMS. My main web.config for the web app has a whole load of appSettings, connectionStrings, system.serviceModel and various other sections.
It looks to me as though the majority (if not all) of these settings are being ignored.
One solution would obviously be to update the Orchard.Web web.config with my settings, but i would prefer not to customise this web.config as far as possible to allow easy upgrade in future.
Are there any other recommended methods / best practices for using my own web.config within my Orchard module MVC app?
Cheers.