File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
iis/publish/using-web-deploy/web-deploy-parameterization/samples Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 <parameter
6363 name =" Create DB and DB User Connection String"
6464 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} -->
6666 tags="Hidden,SQLConnectionString,Validate">
6767 <parameterEntry type =" ProviderPath" scope =" dbfullsql" match =" CreateDBAndUser.sql" />
6868 </parameter >
6969
7070 <parameter
7171 name =" Populate DB Connection String"
7272 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} -->
7474 tags="Hidden,SQLConnectionString,Validate">
7575 <parameterEntry type =" ProviderPath" scope =" dbfullsql" match =" VacPicDBSchema.sql" />
7676 </parameter >
7777
7878 <parameter
7979 name =" Connection String for Config"
8080 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} -->
8282 tags="Hidden, SQL">
8383 <parameterEntry kind =" XmlFile" scope =" \\web\.config$" match =" //*[local-name()='connectionStrings']/*[local-name()='add'][@name='PhotoGallery']/@connectionString" tags =" Sql, SqlConnectionString, Hidden" />
8484 </parameter >
8585
86- </parameters >
86+ </parameters >
You can’t perform that action at this time.
0 commit comments