Host Blazor WebAssembly App using Kestrel #62152
Unanswered
littletoxic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I published my Blazor WebAssembly App and now I want to host Blazor WebAssembly App using Kestrel
I wrote code like
when I access localhost:port/not-exist it returned me the index page, but when I access localhost:port/not-exist.html it returned me 404
How do I fix this
Beta Was this translation helpful? Give feedback.
All reactions