I'm using VS2010 and I have a Web application that I deploy using the "Publish" command.
I have defined a couple of transformations in the Web.Release.Config file to change the connection string and other settings that need to change in the "live" server.
The problem I'm seeing is that when I execute the "Publish" command it doesn't apply the transformations defined in the web.release.config file.
Any idea on how to achieve this?
Thanks
