Does Visual Studio 2012 support running a solution using a specific Web.config transform without the requirement to publish? We are using the web.config to change client setting
You should look into the SlowCheetah extension for VS. It enables XML transforms when you F5, in addition to publishing. It also enables transforms for more than just web.config.