Tag

IIS

77 posts tagged with this.

  1. Official Blog
    · 1 min read

    Mitigating Recent ASP.NET Core Request Handling Risks

    A recent Microsoft security advisory highlights flaws in ASP.NET Core request parsing that can lead to denial of service or information disclosure on production sites. Update immediately and apply the configuration changes described below to protect Windows Server deployments.

  2. Official Blog
    · 4 min read

    IIS App Pool Recycling That Won't Surprise You

    Most ASP.NET instability on Windows hosting traces to app pool defaults, not application bugs. Set recycling, bitness, and idle timeout so restarts stay scheduled and predictable.

  3. Official Blog
    · 2 min read

    CI/CD Patterns for Reliable .NET 10 Deployments

    Modern CI/CD pipelines enable faster and more reliable releases for ASP.NET Core applications. This post explores proven patterns for automation, testing, and deployment on Windows Server environments.

  4. Official Blog
    · 1 min read

    PowerShell Automation for IIS on Windows Server 2025

    Windows Server 2025 refines IIS module loading and certificate handling for production workloads. This post demonstrates practical PowerShell techniques for site provisioning, SSL binding, and Active Directory-backed authentication.

  5. Official Blog
    · 1 min read

    PowerShell IIS Management on Windows Server 2025

    Windows Server 2025 introduces refined IIS module behavior that benefits from scripted configuration. This post covers practical PowerShell patterns for site creation, application pool isolation, and Active Directory integration that system administrators can apply immediately.

  6. Official Blog
    · 1 min read

    CI/CD Patterns for Reliable .NET 10 Deployments

    Effective CI/CD pipelines reduce deployment failures and speed up releases for ASP.NET Core applications. This post outlines proven patterns for automation, testing, and monitoring on Windows Server environments.

  7. Official Blog
    · 1 min read

    PowerShell for IIS Configuration on Windows Server

    PowerShell provides reliable, repeatable control over IIS settings on Windows Server. Administrators can enforce security baselines, audit pools, and manage sites without manual UI steps that introduce drift.

  8. Official Blog
    · 1 min read

    Mitigating Recent ASP.NET Core Request Handling Risks

    A recent Microsoft advisory addresses flaws in how ASP.NET Core processes certain HTTP requests under load-balanced or reverse-proxy setups. Production sites must apply configuration changes and runtime updates to prevent potential smuggling or injection vectors.

  9. Official Blog
    · 1 min read

    PowerShell IIS Management on Windows Server 2025

    Administrators managing hosted workloads on Windows Server 2025 can replace manual IIS Manager steps with repeatable PowerShell commands that integrate directly with Active Directory. The result is faster site provisioning, consistent security settings, and reduced configuration drift across multipl

  10. Official Blog
    · 1 min read

    CI/CD Patterns for Reliable .NET Deployments

    Effective CI/CD pipelines reduce deployment failures and accelerate release cycles for ASP.NET Core applications. This post outlines proven patterns for automation, testing, and monitoring on Windows Server environments.

  11. Official Blog
    · 1 min read

    PowerShell IIS Hardening on Windows Server 2025

    Windows Server 2025 ships with updated IIS defaults that reduce attack surface for .NET sites. This guide shows the exact PowerShell commands administrators use to apply and verify those settings in production.

  12. Official Blog
    · 1 min read

    CI/CD Patterns for Reliable .NET IIS Deployments

    Structured CI/CD pipelines reduce deployment errors and speed up releases for .NET applications targeting IIS. This post outlines proven stage patterns, configuration handling, and verification steps that teams can apply directly with current tooling.

  13. Official Blog
    · 2 min read

    Addressing the Recent Kestrel Header Parsing Advisory

    A Microsoft advisory details a denial-of-service risk in Kestrel's HTTP/2 header handling affecting ASP.NET Core production sites. Learn the scope of impact and the concrete configuration and patching steps required to close the exposure.

  14. Official Blog
    · 1 min read

    PowerShell IIS Management with Active Directory on Windows Server 2025

    PowerShell cmdlets now provide tighter integration with Active Directory for IIS site and application pool management on Windows Server 2025. Administrators can enforce consistent authentication and permission models without relying on the IIS Manager GUI.

  15. Official Blog
    · 1 min read

    Mitigating Recent Kestrel Request Handling Issues

    A recent Microsoft advisory highlights risks in Kestrel's HTTP request processing for ASP.NET Core applications. Production sites must apply configuration changes and update to current .NET releases to prevent potential request smuggling and denial of service.