ASP.NET Core, from DEV to PRD
About the session
Your ASP.NET Core web app runs fine on your machine and even in the DEV environment. But what happens when you deploy to multiple instances behind a load balancer? Suddenly, things that looked solid in DEV start breaking in PRD 😨
In this session, I'll show some common pitfalls you may encounter when deploying your apps to production:
- Data protection configuration that works on multiple instances
- Distributed vs in-memory caching
- Load balancer or reverse proxy - which headers to forward?
- Ready, live and health checks
- Using sticky sessions or not
Come for the horror stories, leave with practical fixes!