From 8dc5629bf672e882372fb9f83520c351debbfb37 Mon Sep 17 00:00:00 2001 From: heqnx Date: Wed, 16 Jul 2025 20:44:42 +0300 Subject: removing default web site in iis --- ansible/scripts/setup-websql.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/scripts/setup-websql.ps1 b/ansible/scripts/setup-websql.ps1 index 77377c3..94367f5 100644 --- a/ansible/scripts/setup-websql.ps1 +++ b/ansible/scripts/setup-websql.ps1 @@ -85,6 +85,8 @@ try { Write-Host "[err] Failed to install IIS and ASP.NET" } +Remove-WebSite -Name "Default Web Site" + @" using System; using System.IO; -- cgit v1.2.3