Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime error when starting on Azure Web App #5

Open
Cr3ature opened this issue Feb 25, 2021 · 0 comments
Open

Runtime error when starting on Azure Web App #5

Cr3ature opened this issue Feb 25, 2021 · 0 comments

Comments

@Cr3ature
Copy link
Owner

It works as intended on a local machine, but on a web app (win-X86) it breaks the start of the application.

This was tested within a .NET 5 framework Blazor WebAssembly APP with a .NET Core server host.

Error message:

HTTP Error 500.30 - Internal Server Error
The page cannot be displayed because an internal server error has occurred.
Most likely causes:

  • IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
  • - IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
  • IIS was not able to process configuration for the Web site or application
  • The authenticated user does not have permission to use this DLL.
  • The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.

Things you can try:
Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant