I use Community Version of Wisej.
I create wep App, then publish to iis.
The following error occurred:
HTTP Error 500.21 – Internal Server Error Handler “aspNetCore” has wrong module “AspNetCoreModule” in its module manifest
How to solve?
Is it possible to publish IIS using the Community version?
Yes. The community version doesn’t limit deployment. The issue you see is unrelated to Wisej. It’s simply aspnet core misconfiguration in your test app. We have a step by step deployment guide and you may also follow any documentation from Microsoft on how to configure IIS to use aspnet core.