Correct the Import Application Option missing in IIS Manager

With the release of Visual Studio 2010 came support to package up your ASP.NET Web Application. This also packages dependencies like the web.config, databases etc. An administrator can then import the created package via the Import Application option in IIS Manager.

http://www.dirkstrauss.com/wp-content/uploads/2011/11/6.png 

To access the Import Applications option, select the Default Web Site node under your server name.

The only problem was that the Import Application option was missing from the Actions pane in my IIS Manager.

http://www.dirkstrauss.com/wp-content/uploads/2011/11/1.1.png

IIS Actions

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

It turns out that a component called Microsoft Web Deploy 2.0 was missing. A quick search in Programs and Features (Add or Remove Programs for non-Windows 7 users) provided no results. (As a side note, I have read that in some cases where the Microsoft Web Deploy 2.0 is found in Programs and Features, but Import Application option not visible in IIS Manager, uninstalling it, and re-installing it solves the problem.)

You can download the msi from here directly for the x86 version or via the iis.net website. (Direct link for the x64 version) Also be aware that you might need to run the installer as Administrator.

http://www.dirkstrauss.com/wp-content/uploads/2011/11/21.png

Microsoft Web Deploy 2.0 installer

 

 

 

 

 

 

 

 

 

 

 

 

 

 

When the Microsoft Web Deploy 2.0 installer has completed, start the IIS manager from Administrative Tools (or Start–>Run and type in InetMgr.exe)

http://www.dirkstrauss.com/wp-content/uploads/2011/11/5.png

 

 

 

 

 

 

 

 

When the IIS Manager screen opens up, select the Default Web Site node and you will see the Import Application option in the Actions Pane.

http://www.dirkstrauss.com/wp-content/uploads/2011/11/4.1.png

Import Application