No more need for Windows Server IIS?
Start your PowerShell console as admin, and issue the following command in PowerShell:
Uninstall-WindowsFeature -Remove Web-Server
Code language: PowerShell (powershell)
This will completely remove Internet Information Services (IIS) and its configuration!
The One-And-Only solution for my problem. Thanks!
Thank you for your comment, and you’re welcome :)