Application Deployment

After reading the previous chapters and once you have implemented your application and tested it, and you are happy with it, it's time to deploy it. This will make it available to the outside world, or at least part of it!

In this chapter, we will see how we do that and explore some of the options available by coveringthe following topics:

  • Deploying manually and compiling real-time changes
  • Deploying using Visual Studio
  • Deploying to IIS
  • Deploying to NGINX
  • Deploying to Azure
  • Deploying to Amazon Web Services (AWS)
  • Deploying to Docker
  • Deploying as a Windows service

Technical requirements

To implement the examples introduced in this chapter, you will need the .NET Core 3 SDK and a text editor. Of course, Visual Studio ...

Get Modern Web Development with ASP.NET Core 3 - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.