#til
Read more stories on Hashnode
Articles with this tag
5 Core Storage Options Cloud Storage Object Storage Object (e.g. video, pictures, audio recordings) + Metadata Cloud SQL Fully managed...
Go to Server Manager -> IIS Right click on the Server Select Internet Information Services (IIS) Manager On Features View tab, go to IIS...
Go to Server Manager -> IIS Right click on the Server Select Internet Information Services (IIS) Manager On Features View tab, go to...
To preempt means to stop. Preemptible virtual machines are available at a lower price but might be preempted (stopped) at any time. This instance...
TLDR: Create index.html and save in C:\inetpub\wwwroot Create an index.html file. This will be the new default page. Save in the directory...
Run PowerShell as administrator and install IIS services import-module servermanager add-windowsfeature web-server -includeallsubfeature Default...