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 1
1
<parameter
2
2
name =" Create DB and DB User Connection String"
3
3
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} -->
5
5
tags="Hidden,SQLConnectionString,Validate">
6
6
<parameterEntry type =" ProviderPath" scope =" dbfullsql" match =" CreateDBAndUser.sql" />
7
7
</parameter >
8
8
<parameter
9
9
name =" Populate DB Connection String"
10
10
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} -->
12
12
tags="Hidden,SQLConnectionString,Validate">
13
13
<parameterEntry type =" ProviderPath" scope =" dbfullsql" match =" VacPicDBSchema.sql" />
14
- </parameter >
14
+ </parameter >
You can’t perform that action at this time.
0 commit comments