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.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,469 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 59,721 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