Tag

IIS

41 posts tagged with this.

  1. Official Blog
    · 4 min read

    ASP.NET Core 10 on IIS: In-Process Hosting Checklist

    Ship ASP.NET Core 10 on IIS without 502.5 surprises. App pool, ANCM, Web.config, and SQL connection settings that actually matter on Windows hosts.

  2. Official Blog
    · 4 min read

    App Pool Recycling That Won't Wake You at 3 AM

    Bad IIS app pool defaults cause more ASP.NET outages than flaky deploys. Tune recycling, bitness, and Full Trust for stable Windows shared hosting.

  3. Official Blog
    · 4 min read

    Deploy .NET 10 to IIS with Web Deploy and CI

    Ship ASP.NET Core apps to Windows IIS with Web Deploy, CI publish, config transforms, and post-deploy smoke checks. Practical patterns for shared and VPS hosts.

  4. Official Blog
    · 4 min read

    SQL Timeouts and Pooling for Hosted ASP.NET Apps

    Most ASP.NET SQL timeouts on Windows hosting are pool exhaustion or bad plans, not a dead engine. Fix connection strings, timeouts, indexes, and EF Core habits.

  5. Official Blog
    · 3 min read

    Graceful Shutdowns for ASP.NET Core on IIS

    IIS recycles app pools on a schedule, after idle time, or on config changes. Hook ASP.NET Core lifetime events so in-flight work finishes and SQL connections close cleanly.

  6. Official Blog
    · 4 min read

    Harden ASP.NET on IIS: Headers, Cookies, Secrets

    Most hosted ASP.NET breaches start with missing headers, weak cookies, and secrets in Web.config. Harden IIS and .NET 10 apps with concrete config you can ship today.

  7. Official Blog
    · 3 min read

    IIS URL Rewrite Rules That Survive ASP.NET Core Publish

    Keep HTTPS, host, and path rules intact when ASP.NET Core overwrites web.config. Practical IIS Rewrite patterns for Windows shared and VPS hosts.

  8. Official Blog
    · 4 min read

    ASP.NET Core 10: IIS Application Initialization

    App pool recycles still cold-start ASP.NET Core on IIS. Use Application Initialization plus a warmup path so .NET 10 apps stay responsive after recycle.

  9. Official Blog
    · 1 min read

    ASP.NET Core Header Handling Advisory: Mitigate Now

    A recent Microsoft security advisory highlights a flaw in ASP.NET Core header processing that can enable authentication bypass on production IIS deployments. Update configurations and apply patches immediately to protect sites running the current .NET release.

  10. 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.

  11. 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.

  12. 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.

  13. 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.

  14. 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.

  15. 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.