Import a Package through IIS Manager

This quick guide will help you install a package of your Web application using the IIS Manager, including a SQL database. To create a package, see Export a Package through IIS Manager.

Prerequisites

This guide requires the following prerequisites:

  • .NET Framework 2.0 SP1 or greater
  • Web Deployment Tool 1.0
  • IIS 7.0 or IIS Remote Manager

Note: If you have not already installed the Web Deployment Tool, see Installing the Web Deployment Tool.

Prerequisites if you're using SQL

Note: The second and third prerequisites will be installed if you install the Web Deployment Tool using the Web Platform Installer 

  • SQL Server Express or Standard
  • SQL Server 2008 Management Objects (SMO) - x86 or x64
  • SQL CLR Types - x86 or x64

Import a Package

1. Always make a backup prior to changing your system. Run the following command to backup an IIS 7.0 server:

%windir%\system32\inetsrv\appcmd add backup "PreMsDeploy"

2. Open the IIS Manager by clicking Start > Run and typing inetmgr.

3. In IIS Manager, expand the Server node and the Sites node, then select the Default Web Site.

4. In the right-hand Actions pane, click the Import Application... link to launch the packaging wizard.

5. Select the package that you created in the previous quick guide, MyApplication.zip, or any other package.

6. In the Install an Application Package dialog, you will see the application and the database.

7. On the Parameters page, enter a new application name if desired and enter a SQL connection string.

8. Click Next to install the package.

9. The Summary page will provide a high-level overview of some items that were installed from the package. The Details tab will give a lot of detail of exactly what was added.

Summary

Congratulations! You have now installed a package. It contains the content files, a SQL database and an IIS application.

Related Content

Comments

Hi I created the packaged as instructed above and then copy the package to remote Windows 2003 server with ASP.NET and SQL server supported. I download the Web Deployment Tools RC1 and installed on server. However, when I tried to import the package from IIS6(Windows 2003 support iis 6) but it didn't read any xml files from package.

Can you suggest me any approach to fix the issue? Thanks

Apr 03 2009 by EdHsiao

Hi.I'm trying to migrate my magento manager site (http://www.mag-manager.com) on Windows 2008 Server. But while installing and confguring this server I incountered in problem: can't find where my Web Deployment Tool is. Can you link me with step-by-step manual how to start web server with IIS?

Feb 01 2010 by Maksym

Submit a Comment

You must Log In to comment.