HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

Venkat Jeyapalam 6 Reputation points
2022-10-01T07:06:57.477+00:00

I am hosting a blazor application on IIS on windows 10 and i am getting the following error:
I am using VS 2022 .net version 6.0

Failed to load resource: the server responded with a status of 404 (Not Found)

http://localhost/blazorapp/_framework/dotnet.timezones.blat

But this file is available in the _framework folder.

so i tried doing this :
http://localhost/blazorapp/_framework/dotnet.timezones.blat

HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

The app that I am trying to deploy is the boiler plate code of blazor wasm+hosted. The one that contains the fetchdata,razor and the counter.razor

Pls Help!

Internet Information Services
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,395 questions
{count} vote