NGINX for ASP.NET Core In-Depth
An in-depth guide to using NGINX as a reverse proxy and web server for ASP.NET Core applications, covering setup, configuration, and comparisons.
An in-depth guide to using NGINX as a reverse proxy and web server for ASP.NET Core applications, covering setup, configuration, and comparisons.
Explains ARR Affinity in Azure App Service, its performance impact, and when to enable or disable it for load balancing.
How to disable session affinity (ARR affinity cookie) in Azure App Service Web Apps to achieve round-robin load balancing for stateless APIs.
Explains Microsoft Azure Traffic Manager, a global traffic routing service for applications deployed across multiple regions.
Explains how AWS ELB's 60-second timeout can break long-running operations like Umbraco publishing and suggests design patterns to work around it.
A guide to building a scalable webfarm using Windows Azure Virtual Machines, including load balancing and VM configuration.
A technical guide on rewriting WCF OData service base URLs to work correctly behind a load balancer or reverse proxy.
A developer's 2010 year-in-review, highlighting top ASP.NET MVC blog posts, open-source contributions, and conference presentations.
Troubleshooting an OBIEE authentication failure caused by an expired cookie from a misconfigured F5 load balancer in an EBS integration.
Guide to configuring Oracle BI Presentation Services Plug-in for load balancing and failover across multiple OBIEE servers.
Diagnosing and resolving slow OBIEE login issues caused by cluster controller failover due to network configuration problems.
Troubleshooting OBIEE and F5 BIG-IP load balancer configuration issues with port redirects and Apache's UseCanonicalName setting.
Explains how to implement load-balanced session state partitioning in ASP.NET to distribute sessions across multiple state servers efficiently.
A guide to configuring ASP.NET session state for load-balanced web servers using the ASP.NET state server.