Category: Internet Information Services (IIS)

Publishing an ASP.NET Core Web Application to IIS using Visual Studio 2019

I’m a developer at heart, so I’m constantly keeping up with the latest technologies. currently I’m developing ‘Time and Bill’, an ASP.NET Core Web Application. The application is based on Microsoft .NET Core 5.0 (5.03 to be exact). Well, developing the application is one thing, the other thing is to publish the application on an…



Protect your IIS HTTPS Web Site with a Let’s Encrypt Certificate

In these days no web site should run on http but instead on httpS. a certificate can be easily requested and issued by the Let’s Encrypt Certificate Authority. What you need is a ACME (Automatic Certificate Management Environment) Client. A list of ACME clients is published and regularly updated on the let’s encrypt web page:…



PowerShell to setup IIS

I’m currently working on a infrastructure management solution. The solution will have a ASP.NET Web API RESTful interface to communicate with devices ‘in the wild’ and a ASP.NET Web MVC Razor Web Application to manage these devices. Of course both projects will be hosted in IIS (onPremise for the moment). Following PowerShell Script have been…