AspNetCore – Disable HTTP/2 on HttpSys
I have a server that I’m migrating from Net48 (AspNet+OWIN) to Net8.0 with AspNetCore.
For reasons, I have to use HttpSys instead of Kestrel.
I have a server that I’m migrating from Net48 (AspNet+OWIN) to Net8.0 with AspNetCore.
For reasons, I have to use HttpSys instead of Kestrel.