1

Closed

Support parameters at Transform file

description

"Web.config Transformation Syntax for Web Application Project Deployment" doesn't support parameters, but it will be really useful.

I can use nant syntax, like ${parameter1}.
Will add argument to exe tool, for exmaple: p:parameter1=Value1;parameter2="Value2"
Before transform, I will create new file
string predictionFilePath = transformFilePath + ".prediction";
Which will be transform file with replaced parameters to values.

Looks like easy task.

No files are attached

Closed Sep 8 2010 at 6:03 PM by outcoldman

comments

wrote Sep 8 2010 at 6:03 PM

Resolved with changeset 668.