Summary
Finally, our journey through ASP.NET Core and Angular has come to an end. Our final task involved getting our SPAs—now empowered with the most relevant features of PWAs—ready to be published in a suitable production environment.
The first thing we did was explore some pivotal deployment tips for our back-end and front-end frameworks. Since the Visual Studio template already implements the most important optimization tweaks, we took some valuable time to properly learn and understand the various techniques that can be used to increase our web application’s performance and security when we need to publish it over the web.
Right after that, we went through Windows deployment with a step-by-step approach. We created a Windows Server VM on the MS Azure portal, and then we installed the IIS service and properly configured it in order to publish our existing healthcheck.client
and HealthCheck.Server
apps over the web.
Then, we switched to Linux, where...