❔ Deploy Blazor Wasm to IIS localhost
Hello everyone!
I'm learning IIS and Blazor and I'm trying to deploy a blazor wasm app to IIS. I simply want to open the default app that is generated with "dotnet new blazorwasm" in my localhost using an IIS site.
However, my app is stuck at a loading screen showing "98%", and that's it... I wasn't able to figure it out so far.
Could anyone help?
6 Replies
Consider checking server and browser logs
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.I don't have any logging tool, It's the first time I'm running an app on IIS
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.Still no progress, would appreciate some help.
I've made it work in another computer, but in my main dev computer it stops at 98%. It's probably missing some iis configuration or installation but I haven't figured it out
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.