IIS

How to Install Let's Encrypt with IIS on Windows Server 2019

March 24th 2022, 1:35
When I refer here to Let's Encrypt, I'm talking about a non-profit service that gives out SSL certificates at no cost to users. These certificates are completely free and, while they're only valid for ninety days, they renew automatically. You don't need to do anything to keep them active.To get...
1633

How to Assign a New Port to Your New Website on IIS Manager

March 20th 2022, 8:30
The majority of new websites operate using port 80 or port 443. There are exceptions, of course, but this is typical of most servers. When a person runs a website they send an unencrypted HTTP request message to port 80. Port 443 handles the encrypted HTTPS response.Using IIS, you can...
1625

How to Run a website in IIS webserver on Windows Server 2019

March 12th 2022, 3:41
So we've made sure the new IIS role is added and operating correctly. In response to this change, you'll notice a basic website has been launched. This is a default action and we're going to swap it for a website we actually need to get maximum value out of our...
2401

How to Install the IIS role with PowerShell on Windows Server 2019

March 11th 2022, 5:14
First, we'll use PowerShell to install a new web server - Windows Server 2019 - on our computer. We can launch this IIS role in the 'WEB01' environment.Complete these actions to use PowerShell to install Windows Server 2019 to WEB01:Step 1 : Open WEB01 and log in. Launch a new...
3841