2

I created a simple Blazor WASM project and in [Additional information] step, I selected only [Configure for https] and then I published the project into IIS SERVER, but when running website browser of the publishing project, I got an error "HTTP Error 500.19 - Internal Server Error".

I tried to find for fixing the issue but cannot. Do you have any ideas? please show me the way. thanks

1
  • What's the event viewer saying? Also, have you installed the hosting bundle? Commented Feb 27, 2023 at 16:04

1 Answer 1

1

You should install URL rewrite2 module and The .NET Core Hosting Bundle on the IIS server.

For more info, you can refer to How to deploy a Blazor Application on Internet Information Services (IIS)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.