Im using Net Core 3.1 web api and I need to set AllowSynchronousIO = true. I have seen 2 differents ways to do it:
AllowSynchronousIO = true
Per Server (affects all endpoints)