I have a ASP.net MVC 4 web application and web.config is referencing some other external config files (e.g. ). When publishing the website only web.config gets published and none of these external files will be deployed.
Note: I have set properties of these external config file as: BuildAction : Content, Copy always too but didn't change anything!
Has anybody come up with a solution for this?
Thanks