web-config-transform
Web.config transformation: how to apply a transformation to all node matching a Locator expression?
I\'ve recently discovered the web.config automatic transformation in the web deploy tool of visual studio 2010.[详细]
2023-02-03 10:26 分类:问答Is it possible to link Web.config transform with publishing profile?
Currently I can easily setup Web.config transform based on build configuration, e.g. use connectionString=server;.. for Debug and connectionString=./SQLExpress;.. for Release.[详细]
2023-01-04 01:30 分类:问答Different connection string for each publish profile in VS2010
Is it possible to change connection st开发者_JAVA百科ring (or just server host) relying on selected web publish profile? Maybe using Web.config transform or someway else?[详细]
2023-01-03 16:54 分类:问答MSBuild Script and VS2010 publish apply Web.config Transform
So, I have VS 2010 installed and am in the process of modifying my MSBuild script for our TeamCity build integration. Everything is working great with one exception.[详细]
2022-12-31 07:47 分类:问答