Training
Module
Publish a web app to Azure with Visual Studio - Training
Learn how to use Azure App Service to create a new ASP.NET-based web app, then publish and update directly from Visual Studio.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
by Faith A
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.
This guide requires the following prerequisites:
Note: If you have not already installed the Web Deployment Tool, see Installing the Web Deployment Tool.
Always make a backup prior to changing your system. Run the following command to backup an IIS 7.0 or above server:
%windir%\system32\inetsrv\appcmd add backup "PreMsDeploy"
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.
Select the package that you created in the previous quick guide, MyApplication.zip, or any other package.
In the Install an Application Package dialog, you will see the application and the database.
On the Parameters page, enter a new application name if desired and enter a SQL connection string.
Click Next to install the package.
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.
Congratulations! You have now installed a package. It contains the content files, a SQL database and an IIS application.
Training
Module
Publish a web app to Azure with Visual Studio - Training
Learn how to use Azure App Service to create a new ASP.NET-based web app, then publish and update directly from Visual Studio.