Redirect HTTP to HTTPS with IIS 10

To redirect a domain to HTTPS, Click on the website in IIS, you will see If you don’t see the “URL Rewrite” button, you need to install “URL Rewrite” extension https://www.iis.net/downloads/microsoft/url-rewrite Click on “URL Rewrite” button. On the next screen click on “Add Rule(s)” link on the right side menu. Select “Blank Rule”, then click … Read more

Restart IIS from command line

restart iis from command line

To restart IIS from command line, click on start, search for “cmd”, right click on “Command Prompt” select run as Administrator. On the command prompt, run iisreset Start IIS To start IIS from command line, run iisreset /start Stop IIS iisreset /stop See IIS

Delete SSL Certificate in IIS

To delete SSL certficate in IIS, 1) Start Internet Information Service (IIS) Manager 2) Click on Server Name (server hostname) 3) On right side, click on Server Certificates button. On next screen, you will get a list of all SSL certfificates. You can right click on any of the certficate and delete it. For older … Read more

Internet Information Server (IIS)

IIS redirect site to HTTPS Redirect HTTP to HTTPS with IIS 10 Windows 2016 IIS not listen on external IP Delete SSL Certificate in IIS Restart IIS from command line Redirect Domain to Canonical URL in Microsoft IIS Enable Detailed Error Messages in IIS