asp.net - Removing comments from web.config on build -


is possible remove commented lines web.config on build? xml transform fine remove elements couldn't find syntax clean comments file.

we using tfs 2010 build server our builds.

it's not possible xml transformation.

but can own console app or msbuild task. see example code here remove xml comments using visual studio 2010 web config transformation


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -