TIL: How to change default IIS web server web page

TLDR: Create index.html and save in C:\inetpub\wwwroot

Create an
index.htmlfile. This will be the new default page.
Save in the directory
C:\\inetpub\\wwwroot
Check the web page displayed on localhost



