I am using web.config transforms in Visual Studio 2010.
I have added transforms by right clicking on the web.config file and selected option called Add Config Transforms. By this i have added few config files to my solution. After publishing my project through VS2010 my web.config is updated with selected config file (like web.dev.config).
My Question is:
Can i update my web.config file with the selected config file(like web.dev.config) while building(or After Building).
Thanks, Mahi