In my MVC application I use external config files to keep clean web.config. Some files are common and I added them to project as link from one location. For those files I set Co
I added the post build event as suggested. But the exact steps are:
xcopy /s "$(ProjectDir)\bin\Config" "$(ProjectDir)\Config"