Internet Information Services (IIS) – Quick Start

Introduction IIS is a well known software to deliver websites on Microsoft windows platform. You can use it to delivery static contents, ASP .NET Web applications or ASP .NET Core web applications. It have many other features e.g. it can limit the exposed public surface area of the apps that it hosts. Also, it can … Read more

Publish and Deploy Angular and .NET Core Applications as a Single Unit

In this post I will talk about the basics of publishing and deploying Angular and .Net Core Web applications as a single Unit. In my scenario, I already have a web application built using .Net Core, Angular and Entity Framework and I will use this application for deployment purposes. You can instead use your own … Read more