Share via

Does a Standalone Blazor WebAssembly app needs some kind of server configuration?

Comsoftweb | Mota Neves 1 Reputation point
2023-10-27T14:44:17.81+00:00

I've been struggling with this for some time. Id like to know if a "Standalone Blazor Webassembl" needs some kind of server suport, or can it run just by clicking in index.html or other...

If so does it need some specific configuration after deploying to "Folder"?

Consider Net core 8.

THanks.

Developer technologies | .NET | Blazor
0 comments No comments

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,071 Reputation points
    2023-10-27T15:24:21.2433333+00:00

    It’s a static website that needs to be hosted by a webserver. As there is no server code, any webserver will work

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.