In this post, these status codes have to do with ASP.NET Core running on IIS. ASP.NET Core uses a module to direct the request to Kestrel which can be referred to as a proxy. When there is a timeout in the ASP.NET Core application it will return a 408 to the IIS proxy. An HTTP […]
Read More →Archive for August, 2020
The decoupling of software solutions using some Azure products and features
I am a fan of decoupling the different components of a transaction to the point where is makes sense. What does decoupling mean? When I first started coding and building IT solutions, I can’t say the idea of decoupling existed at all. When I created an order entry system using Active Server Pages (ASP) and […]
Read More →