Was looking at the following page
http://docs.octopusdeploy.com/display/OD/Substitute+Variables+in+Files
And noticed that you can use variables. I have set some variables up and my site deploys fine into my test environment, but now I cannot run my site locally within the development environment. The IDE complains about the variables in the sites web.config file. Should the variables be set in the web.test.config and not the web.config file?