I downloaded the new Squidex version. however, this version does not work within the IIS. Since I always get a 500.30 error message. After closing the message, it is the used port 5001.
Now I can go to the cmd dotnet ./Squidex.dll and run in Chrome with this port. However, IIS still does not work with my domain. I still get the same message.
Does Squidex 4 have to be operated as a reverse proxy? Or is there a trick? Other dotnet core 3 applications (mine) work without any problems.
I think when you run ASP.NET Core with the in-process model it should not be a problem. But IIS is not so user friendly when you get startup errors. Therefore my recommendation is to test it without IIS first to see if the configuration is correct. When I google for 500.30 I get results about startup errors.