I am using Web Deploy to package and deploy web sites for my product.In particular, I have two different projects in my solution I use this method to deploy.
my continuous integration server (TeamCity) is configured to run all the unit tests in our app on build. Prior to running those tests, i need to change some of the appSettings to make them valid for o
Are there any tools or Visual Studio 2010 extensions which allow me to view the output of a configuration file transformation short of having to publish the entire project? Is the process which perfor
Suppose I have a .NET project that builds successfully.Now, I need to selectively build to different environments, such as DEV, QA, and PROD.Each require their own config files (app.config for instanc
I have setup some configuration transforms in my web.config for my connectionStrings, etc.But I have separated out some areas of my web.config into separate files, ex) appSettings.config.
I just upgraded to Visual Studio 2010, and I am playing around with the Config transforms option for web application projects. I see in the example file how to change the connection strings, but I wan
I am having trouble 开发者_运维问答with the MVVM pattern and Commands in my WPF app. The problem is not so much the MVVM pattern, but more the stuff that is going on on my GUI. I\'ll explain the situa