views:

19

answers:

0

A deployment package that is generated by our CI build correctly:
(a) prompts for our two connection strings during interactive deployment using IIS Manager.
(b) includes the two connection strings in the generated parameter file to be used with command-line deployment.
(c) creates the proper placeholder strings in the Web.config.

When the package is deployed, using IIS Manager or the command-line, the connection strings in the Web.config file are not replaced. The substitution placeholders are left intact. Anybody know what could be going wrong?