Skip to content

Commit 9fba341

Browse files
Merge pull request #1115 from MicrosoftDocs/Rick-Anderson-patch-18
SFI: Update export-a-package-through-iis-manager.md
2 parents 2a29ec9 + 1ea31dd commit 9fba341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iis/publish/using-web-deploy/export-a-package-through-iis-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Note: If you have not already installed the Web Deployment Tool, see [Installing
4343
6. The first row is your iisapp provider entry, which is your application. In the second row, choose the **dbFullSql** provider from the **Provider Name** drop-down. If you hover over a provider, you will see a description and example path.
4444
![Screenshot of the Provider Name field with a focus on the D B Full S Q L option.](export-a-package-through-iis-manager/_static/image5.jpg)
4545
7. Enter the path to your database or script file in the **Path** column.
46-
(Example: "Data Source=.\SQLExpress;Database=MyApplicationDb;User id=MyAppUser;Password=SomePassWord;" without the quotes.)
46+
(Example: "Data Source=.\SQLExpress;Database=MyApplicationDb;User id=MyAppUser;Password=;" Set Password=SomePassWord; without the quotes.)
4747
![Screenshot of the Manage Components screen with the path to a database in the Path column.](export-a-package-through-iis-manager/_static/image7.jpg)
4848
8. You'll notice that the database now shows up in the package contents tree view. Click **Next** to continue the wizard.
4949
![Screenshot of the Export Application Package dialog box with a focus on the Next option.](export-a-package-through-iis-manager/_static/image9.jpg)

0 commit comments

Comments
 (0)