Hey,
first of all great work!
I am trying to self-host squidex on IIS on a Windows 10 machine. I followed the tutorial (yours and also the one of Microsoft), however always get a
HTTP Error 500.30 - ANCM In-Process Start Failure
when I access the localhost website.
The Event log says:
Application ‘/LM/W3SVC/1/ROOT’ with physical root ‘…’ failed to load clr and managed application.
I also enabled the stdout logs from squidex in web.config, however they get created but stay empty. Apparently, the process crashes immediately.
I also tried to give the enable win32 support in the AppPool’s advanced properties and also to assign the hard disk folder full permission to the iis app pool user.
Any other ideas? Many Thanks,
Christian