๐ IIS (Internet Information Services) Windows web server. ๐ง Install IIS 1Install-WindowsFeature -Name Web-Server -IncludeManagementTools ๐งฉ Managing IIS IIS Manager PowerShell (WebAdministration module) ๐ง Sites 1New-Website -Name "MySite" -Port 80 -PhysicalPath "C:\inetpub\mysite"