Base solution for your next web application
Open Closed

Deployment Issue - Angular + ASP.NET Core - HTTPError 500.19 #4009


User avatar
0
mmukkara created

Hi Guys,

I really need some help here...trying to deploy ANZ on IIS when I try to access .Host application, I get this following error from browser (attached). Not sure how to fix this.

How I deployed is, Changed "ServerRootAddress" and "ClientRootAddress" in the .Host Application appsettings.json

Selected .Host Application, Right Click and Publish to IIS with publish method "File System". Created Site in IIS and pointed to this published folder. App pool setting to "No Managed Code" This is simple local deployment. Not related to Azure. I tried to publish in different ways, nothing works and end up with same 500.19 page.

Thanks


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mmukkara,

    Have you installed <a class="postlink" href="https://aka.ms/dotnetcore.2.0.0-windowshosting">https://aka.ms/dotnetcore.2.0.0-windowshosting</a> ? Please refer to this document <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/publishing/iis?tabs=aspnetcore2x">https://docs.microsoft.com/en-us/aspnet ... pnetcore2x</a>

  • User Avatar
    0
    mmukkara created

    Thank you very much. It worked!

  • User Avatar
    0
    ismcagdas created
    Support Team

    Great :)