File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
iis/publish/using-web-deploy/web-deploy-parameterization/samples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<parameter
22 name =" Create DB and DB User Connection String"
33 description =" Automatically sets the connection string for the connection request."
4- defaultValue =" Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd={Database Administrator Password}; "
4+ defaultValue =" Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd=*; " <!-- replace Pwd =* with Pwd = {Database Administrator Password} -->
55 tags="Hidden,SQLConnectionString,Validate">
66 <parameterEntry type =" ProviderPath" scope =" dbfullsql" match =" CreateDBAndUser.sql" />
77</parameter >
88<parameter
99 name =" Populate DB Connection String"
1010 description =" Automatically sets the connection string for the connection request."
11- defaultValue =" Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd={Database Administrator Password}; "
11+ defaultValue =" Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd=*; " <!-- replace Pwd =* with Pwd = {Database Administrator Password} -->
1212 tags="Hidden,SQLConnectionString,Validate">
1313 <parameterEntry type =" ProviderPath" scope =" dbfullsql" match =" VacPicDBSchema.sql" />
14- </parameter >
14+ </parameter >
You can’t perform that action at this time.
0 commit comments