Answer the question
In order to leave comments, you need to log in
How to solve this problem in net core 3.1?
After uploading the project to windows, the hosting gave the error "HTTP Error 500.0 - ANCM In-Process Handler Load Failure", on the hosting site the solution to this problem is to replace hostingModel="inProcess" with hostingModel="OutOfProcess". After the site loads successfully. The project implemented facebook login using AspNetCore.Identity "services.AddAuthentication().AddFacebook(...)". So, after trying to enter the site using facebook, it redirects back to the site / home
? find information on this topic.
Locally everything works fine, help how to solve this problem or in which direction to drip.
Answer the question
In order to leave comments, you need to log in
Try recipes from this thread
https://github.com/dotnet/aspnetcore/issues/6111
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question