From the course: Deploying ASP.NET Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deploying using Visual Studio to Web App

Deploying using Visual Studio to Web App

From the course: Deploying ASP.NET Applications

Start my 1-month free trial

Deploying using Visual Studio to Web App

- [Instructor] Let's see how we can do a deployment of a web app from Visual Studio. We are back in Visual Studio now. We don't have to be administrators to perform this task. And we're going to do exactly what we did so far today. We are going to publish the website. Now this time we're going to create a new profile and we're going to choose an app service. We can either choose create new or select existing. Let's choose select existing, because we want to publish to the same application that we published earlier. And when I choose publish, it will ask me where do I want to put that? If I already have an account on Azure, it will ask me to sign in. And that's what I'm going to do. And once I'm logged in, I will get the list of all subscriptions and all the app services deployed within those subscriptions. So in our case we can use the same web applications as before. We have in the web deploy resource group, a demo web deploy web app. I will choose that one and after I choose that…

Contents