Web.config not being transformed

isololborb

New Member
I am using SlowCheetah in a project. When I build my project locally (F5), the .NET Development Web Service starts up and runs my web application.I put in a couple of MSBuild Message commands to make sure that SlowCheetah targets are correct, and they are. I can also Preview the transforms from VS2010 without issue (and see what changes will be applied).However, when building my web.configs don't get transformed. It continues to use the base web.config regardless of the configuration that I select.I can navigate to the /bin directory and notice that my transformed web.config is located in that directory along with all my .dlls.Am I missing something in this process that SlowCheetah isn't applying the transform to my web.configs?
 
Back
Top