Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS Web Deploy's "Import/Export Application" Action Missing?

Tags:

iis

webdeploy

I had a working IIS 7.5 with Web Deploy 3.5 configuration such that the "Import/Export Application" feature in the right hand action pane showed up and functioned properly. Unfortunately I had to remove and reinstall IIS, and now the Import/Export functionality does not show up in the Actions pane, as if Web Deploy was not installed.

I tried to reinstall using the automated installer at http://www.iis.net/downloads/microsoft/web-deploy, but when I run it, the installer seems to think that Web Deploy is already installed and does not offer me any reinstall/uninstall option.

How can I force a reinstall of WebDeploy or force IIS to recognize that Web Deploy is still installed?

like image 478
depthfirstdesigner Avatar asked Aug 06 '13 19:08

depthfirstdesigner


People also ask

Can't find Deploy in IIS?

If it's already installed, and you can't see the "Deploy" option in IIS, you need to reinstall it and, during the setup, choose the custom or full install, including the UI options. Perhaps you can do that by choosing repair or Change from the control panel.

How do I import and export from IIS?

Open the IIS Manager by clicking Start > Run and typing inetmgr. In IIS Manager, expand the Server node and the Sites node, then select the Default Web Site/MyApplication. In the right-hand Actions pane under Manage Packages, click the Export Application... link to launch the wizard.


2 Answers

  1. Go to http://www.iis.net/downloads/microsoft/web-deploy
  2. Scroll to the bottom of the page to the "Download Web Deploy" header
  3. Click the x86 or x64 link next to your language of choice. Do not click the WebPI link.
  4. Once downloaded, click on the installer to open it.
  5. Click Next
  6. Click the Remove button
  7. Now you can reinstall it using the Web Platform Installer, or just use the standalone.

On a side note... If you don't see the Deploy options in IIS once you've reinstalled Web Deploy, try running IIS as Administrator. Hope this helps.

like image 60
Tim Rice Avatar answered Sep 22 '22 12:09

Tim Rice


I am running IIS on my development machine on Windows 7. Web Deploy 3.6 seem to break something as the Import / Export Application options are not available. Had to uninstall 3.6 via control panel add/remove programs and then install 3.5 via Web PI.

like image 28
Renier Avatar answered Sep 23 '22 12:09

Renier