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.

Choose a deployment strategy

Choose a deployment strategy

From the course: Deploying ASP.NET Applications

Start my 1-month free trial

Choose a deployment strategy

- [Instructor] When deciding which deployment strategy to use for your ASP.net application it is important to note that each option uses IIS behind the curtain. Let's start from the top. We are starting with the client operating system and by client operating system, I mean any Windows operating system from Windows 7 and upward. The reason why I want to do that is, or use that, is because you have an application that you are developing locally and you want to test it how does it look or how does it run on the real IIS installation? However, a client OS, it's not a suitable for production. Actually, is not even licensed for production workload so you should not ever use that in production. If you want to use that in production you need to have a server OS and by server OS I mean any Windows server operating system from Windows Server 2012 and upwards. And when we look at those we have two different options. We can deploy those in our own data center and that's very useful if we already…

Contents