I am working with a .net MVC4 web application. I use publish profiles to publish my application and all works nicely.
I transform the web.config, I set up a publish profile for each of the environments I am deploying to qa, production etc. The transform works perfectly when I build the package for particular environments.
Within my web application, I have number of other xml files that vary per environment. Is it possible to also transform these files for deployment? And if so, how might this be achieved?