File tree 1 file changed +4
-4
lines changed
iis/publish/using-web-deploy/web-deploy-parameterization/samples
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
<parameter
63
63
name =" Create DB and DB User Connection String"
64
64
description =" Automatically sets the connection string for the connection request."
65
- defaultValue =" Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd={Database Administrator Password}; "
65
+ defaultValue =" Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd=*; " <!-- replace Pwd =* with Pwd = {Database Administrator Password} -->
66
66
tags="Hidden,SQLConnectionString,Validate">
67
67
<parameterEntry type =" ProviderPath" scope =" dbfullsql" match =" CreateDBAndUser.sql" />
68
68
</parameter >
69
69
70
70
<parameter
71
71
name =" Populate DB Connection String"
72
72
description =" Automatically sets the connection string for the connection request."
73
- defaultValue =" Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd={Database Administrator Password}; "
73
+ defaultValue =" Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd=*; " <!-- replace Pwd =* with Pwd = {Database Administrator Password} -->
74
74
tags="Hidden,SQLConnectionString,Validate">
75
75
<parameterEntry type =" ProviderPath" scope =" dbfullsql" match =" VacPicDBSchema.sql" />
76
76
</parameter >
77
77
78
78
<parameter
79
79
name =" Connection String for Config"
80
80
description =" Connection string to enter into config"
81
- defaultValue =" Data Source={Database Server};database={Database Name};user id={Database Username};password={Database Password}"
81
+ defaultValue =" Data Source={Database Server};database={Database Name};user id={Database Username};password=* " <!-- replace password =* with Pwd = {Database Password} -->
82
82
tags="Hidden, SQL">
83
83
<parameterEntry kind =" XmlFile" scope =" \\web\.config$" match =" //*[local-name()='connectionStrings']/*[local-name()='add'][@name='PhotoGallery']/@connectionString" tags =" Sql, SqlConnectionString, Hidden" />
84
84
</parameter >
85
85
86
- </parameters >
86
+ </parameters >
You can’t perform that action at this time.
0 commit comments