Hi, I work with the latest version of .net (7) and radzen studio. When I want to create a new project in my wwwroot folder, the index.html page is not created, why is it?
Index.html is available only for WebAssembly applications, make sure you are not using Blazor server.
Radzen Blazor Studio creates webassembly applications that use prerendering. This is why there is no index.html. You can use _Host.cshtml for the same purpose - to register third party css or JS libraries.
Ok, in the case of having to upload my client side to a hosting, how would I do it? previously the wwwroot folder was used with all the files including the index, but now how would it be?
The Publish feature does everything needed. If you deploy manually check here: Deploy manually
I'm sorry to bother you so much, but I try to make the publication and I upload the files that are generated in the publication to my hosting and even so the page cannot be displayed. It seems that it really needs the index.html file. Could you please tell me what to do?
Everything is described in the linked help article. You need to deploy the entire publish directory not wwwroot.
I perfectly understand what you are explaining to me, but I am referring to the publication in a hosting. Is there a tutorial that says how to publish a wasm project in a hosting?
Yes, the linked article shows that. I have also explained what you have to do. Nothing else to add so I am closing this thread.