I create a blazor web assembly with visual studio template, with "Asp.net core hosted" option and "Progressive web app" option too.
All works fine in "localhost" and in the publish website (develop environment) when i visit my website with a computer.
But when i visit the same website with mobile devices, i have this error:
HTTP Error 500.30 - ANCM In-Process Start Failure
I change the hosting model of asp.net core to "Out of Process", but i had the same result, only the message has changed.
HTTP Error 502.50 - ANCM Out-Of-Process Start Failure
Any help will be appreciate