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.

Web Deploy

Web Deploy

From the course: Deploying ASP.NET Applications

Start my 1-month free trial

Web Deploy

- [Lecturer] One recurring task during development is publishing your application, especially into an IIS, and in order to do that we have two different choices. We can either use manual deployment or we can use an automatic deployment. Both of them employ the services of an application called Web Deploy. Web Deploy is a client-server application that works to together with IIS and helps us with the publishing of applications. One thing in order for us to install Web Deploy is to enable a feature called Management Console Services. So we go into the web server and then inside of Management Tool we go to the Management Service here and we select it. And we press Next, we don't need any other features, and then at the end we'll press Install. However, I want to show you how you do that with a DSE, so right now I won't install that at all. After you've installed the management service you will have to install the Web Deploy. And Web Deploy it's available on the iis.net. We go to the…

Contents