I encountered the same net::ERR_HTTP2_PROTOCOL_ERROR
issue and managed to resolve it by installing the ASP.NET Hosting Bundle and the C++ Redistributable 2015-2022.
Here’s what worked for me:
- Install the ASP.NET Hosting Bundle: This ensures that all necessary components for running ASP.NET applications are present on your server.
- Install the C++ Redistributable 2015-2022: This includes essential runtime components required by many applications.
After installing these, the error was resolved, and my website started functioning correctly.