Tag

IIS

10 posts tagged with this.

  1. Official Blog
    · 1 min read

    Mitigating the 2026 ASP.NET Core Deserialization Advisory

    A deserialization flaw disclosed in March 2026 affects ASP.NET Core applications running on .NET 9 and earlier. Production sites must update to the current LTS release and tighten serialization settings to prevent remote code execution.

  2. Official Blog
    · 1 min read

    PowerShell Automation for IIS on Windows Server 2025

    System administrators running Windows Server 2025 can use PowerShell to automate IIS site provisioning and Active Directory authentication setup. These scripts reduce configuration drift and enforce consistent security policies across hosted .NET applications.

  3. Official Blog
    · 2 min read

    Automating IIS with PowerShell on Windows Server 2022

    PowerShell scripts offer a consistent method for configuring IIS on Windows Server 2022. This reduces configuration drift and allows administrators to apply security and performance settings reliably across all web servers.

  4. Official Blog
    · 4 min read

    Automating IIS with PowerShell on Windows Server 2022

    Automate IIS configuration on Windows Server 2022 with PowerShell for consistent, repeatable deployments. This guide details server preparation, isolated app pool creation with AD accounts, automated site provisioning with HTTPS, security hardening, and config locking. Scripts eliminate drift, reduc

  5. Official Blog
    · 4 min read

    Securing IIS with Active Directory and PowerShell

    Integrate Active Directory with IIS for centralized Windows Authentication and role-based access on Windows Server. This guide details IIS Manager steps, web.config rules for AD groups, and PowerShell automation using the WebAdministration module to disable anonymous access, prioritize Kerberos, and

  6. Windows Cloud Hosting
    · 3 min read

    Why You're Getting a 404.3 Error on Your PHP Website

    HTTP Error 404.3 occurs because PHP is not enabled for your site. IIS has no handler to process .php files, so it cannot serve the page. Enable PHP in the control panel under the Handler Mappings tab to resolve it immediately. This guide details the cause, provides exact steps, lists common pitfalls

  7. Knowledge BaseWeb Hosting
    · 2 min read

    Fix 'An Unexpected Error Occurred on Send' in IIS Remote Management

    The 'An unexpected error occurred on send' error when connecting to IIS Remote Management is caused by .NET using outdated TLS versions unsupported by the servers. Resolve it by setting SchUseStrongCrypto and SystemDefaultTlsVersions registry keys with these PowerShell commands, then restart.

  8. Windows Cloud Hosting
    · 3 min read

    Cannot Find or Select .NET 3.5 or .NET 4.5

    This is expected behavior. .NET 3.5 extends .NET 2.0 so enabling 2.0 provides access to its libraries and features. .NET 4.5 replaces .NET 4.0 so any 4.x selection activates 4.5 capabilities. This guide details the version mappings, control panel choices, web.config examples, and troubleshooting for

  9. Official Blog
    · 4 min read

    Mitigating CVE-2023-44487: HTTP/2 Rapid Reset on .NET Servers

    CVE-2023-44487 enables devastating DDoS attacks by exploiting HTTP/2 stream resets. Learn exactly which .NET and Windows components are vulnerable, the precise configuration changes required, and code examples that add rate limiting to your ASP.NET Core applications for robust protection.

  10. Official Blog
    · 4 min read

    Automating Secure IIS Configurations on Windows Server with PowerShell

    Manual IIS tweaks lead to inconsistent security postures across your hosting fleet. This article walks through battle-tested PowerShell scripts that enforce app pool isolation, strict TLS policies, request filtering, security headers, and Active Directory authentication on Windows Server 2022.