Skip to content

SFI: Update export-a-package-through-iis-manager.md #1115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Note: If you have not already installed the Web Deployment Tool, see [Installing
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.
![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)
7. Enter the path to your database or script file in the **Path** column.
(Example: "Data Source=.\SQLExpress;Database=MyApplicationDb;User id=MyAppUser;Password=SomePassWord;" without the quotes.)
(Example: "Data Source=.\SQLExpress;Database=MyApplicationDb;User id=MyAppUser;Password=;" Set Password=SomePassWord; without the quotes.)
![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)
8. You'll notice that the database now shows up in the package contents tree view. Click **Next** to continue the wizard.
![Screenshot of the Export Application Package dialog box with a focus on the Next option.](export-a-package-through-iis-manager/_static/image9.jpg)
Expand Down