Adam Gilman

Results 5 comments of Adam Gilman

Did either of you make any progress on this? I'm in the same situation. I would be open to use one ASP.NET Identity DB as long as there was a...

I'm running into this same issue. Thanks for finding it.

@knight1219 your middleware worked for me as well to fix the same issue I was having. My hosted blazor wasm app was published to IIS. The server had the aspnetcore...

I was under the impression that this issue was related to [https://github.com/dotnet/runtime/pull/64285](https://github.com/dotnet/runtime/pull/64285) which looks to be resolved for the dotnet 7 runtime. I'm testing again dotnet 7 and I'm seeing...

I also did test telling fiddler to abort the http request and I can verify that aspnet core controller action does translate that into a cancelled token. It is just...