App Pools
4 posts tagged with this.
-
32-bit vs 64-bit IIS App Pools for .NET Apps
Pick the right IIS app pool bitness for .NET Framework and .NET 10 apps. Avoid native DLL load failures, address-space traps, and surprise memory pressure.
-
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.
-
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.
-
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