Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing "Import Web Application" option in Web Deploy 3.6

Using Web Deploy 3.6 both on IIS 8.5 (Windows Server 2012 R2) and IIS 7.5 (Windows 7), I cannot find the Deploy -> "Import Web Application" option. The "Export Web Application" is also missing (see screenshot)

enter image description here

I can still see the "Install Application from Gallery" but that does not really help. All works fine with Web Deploy 3.5.

Are the Import / Export Web Application options removed in 3.6? If yes, what is the alternative to deploy a standard ASP.NET MVC app to IIS 8.5 with Web Deploy 3.6? If not, what do I need to do to enable / see them again?

like image 886
Guy Levy Avatar asked Dec 29 '16 20:12

Guy Levy


People also ask

How do I import a website into 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. In the right-hand Actions pane, click the Import Application... link to launch the packaging wizard.

How do I import a web application from IIs to webdeploy?

Using Server Manager get to Add Roles and Features. Pick ‘Management Service’ under Roles/Web Server/Management Tools Either uninstall and reinstall WebDeploy 3.6 or use the Change option and make sure to install the “IIS Deployment Handler” for Web Deploy. This will bring back the Import / Export Web Application option again.

Is it possible to deploy using Microsoft webdeploy?

Microsoft have discontinued WebDeploy 3.5 and this is no longer available for Public download, Microsoft have updated WebDeploy to 3.6, which is downloadable from the following link: After installing WebDeploy 3.6 and opening IIS Manager, there is no option to deploy. Uninstall WebDeploy 3.6. Open Server Manager and select Add Roles and Features.

Why can't I see the deploy option in IIS After reinstalling Web Deploy?

If you don't see the Deploy options in IIS once you've reinstalled Web Deploy, try running IIS as Administrator. Hope this helps. Show activity on this post.

How to import ASP NET web application in Visual Studio 2010?

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.


2 Answers

WebDeploy 3.6 prerequisites for Import / Export Web Application slightly changed and more rights need to be given for web management to enable these options again.

Here are the steps to allow it again in Windows Server 2012 R2 (and Windows Server 2016):

  1. Using Server Manager get to Add Roles and Features.

  2. Pick ‘Management Service’ under Roles/Web Server/Management Tools

  3. Either uninstall and reinstall WebDeploy 3.6 or use the Change option and make sure to install the “IIS Deployment Handler” for Web Deploy. This will bring back the Import / Export Web Application option again.

Steps to allow it again in Windows 7:

  1. Go to Turn Windows features on or off

  2. Under Web Management Tools -> enable IIS Management Service

  3. same as above for Windows 2012 (for Windows 10 you will likely need to run a repair installation on WebDeploy before this solution works)

like image 86
Guy Levy Avatar answered Sep 22 '22 21:09

Guy Levy


Download "Web Platform Installer" from here: https://www.microsoft.com/web/downloads/platform.aspx

Then search "Web Deployment Tool 2.1". I have it in Spanish like this: "Herramienta de implementación web 2.1"

enter image description here

It just worked for me.

like image 28
Giovanny Farto M. Avatar answered Sep 20 '22 21:09

Giovanny Farto M.