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
Finally I found what was the issue. When use Copy always, files are copied to bin folder. But files are searched in the virtual directory not in the bin. So I added post build task which copies files to correct destination.