slowcheetah
Using MsBuild to generate customized MsDeploy manifest (Package target)
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.[详细]
2023-04-05 14:15 分类:问答App.config replacements for unit tests
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[详细]
2023-02-13 11:27 分类:问答Tools for previewing configuration file transformations
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[详细]
2023-01-17 08:38 分类:问答Recommended way to build a .NET project with selectable configurations
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[详细]
2023-01-17 05:01 分类:问答How to use the new VS 2010 configuration transforms and apply them to other .config files?
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.[详细]
2022-12-30 02:35 分类:问答How do I use Visual Studio 2010 config transforms for the applicationSettings section of the web.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[详细]
2022-12-28 10:55 分类:问答How can I apply MVVM and Commands in this specific WPF situation?
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[详细]
2022-12-17 16:05 分类:问答