why getting: HTTP Error 500.30 error when publishing the site?

Posted 3 years ago by lingo1357
0

Hello,

How should I publish my app to see it in the browser?

I published it several times but always reached a result!

HTTP Error 500.30 - ANCM In-Process Start Failure

You can see the site at mangoscarf.com

Thanks,

Saeed

  • 0

    This is a pretty general error message. You could try adjusting your Program.cs file to see if it'll give you a more specific error.

    .ConfigureWebHostDefaults(webBuilder =>
    {
        webBuilder
        .UseStartup<Startup>()
        .UseSetting(WebHostDefaults.DetailedErrorsKey, "true"); // This should show more detailed errors
    });

    Also, make sure your host is using the same version of .Net Core that your app is running.

    Posted 3 years ago by selliott
Someone is typing...

Post a Reply

You must be logged in to add a new post.
Number of online users: 1
An error has occurred. This application may no longer respond until reloaded. Reload 🗙