AppDomain.CurrentDomain.BaseDirectory gives me the bin directory in server-side blazor. But when I go to client-side wasm this same call return "/". Just a root. How do I carry a file in the root of the client app and then use it in the client? Thanks!
It seems as if it is not possible. To work around, I will be creating a service that runs on the host.