I can't figure this out. I have 4.10 running fine on my dev machine with Visual Studio. Here is my configuration and what I have done.
Windows Server 2016 Installed .NET Core 2.1 Runtime & Hosting Bundle for Windows (v2.1.3) Downloaded nopcommerce (no source) and placed in subfolder in inetpub/wwwroot Set write permissions to the folders for IIS_IUSRS group. Created a new website and pointed to this folder Set Application pool to No Managed Code / Integrated
I navigate to the page and get 500 Internal Error page.
'500 Internal Server Error' is a very confusing error and can have many causes. To know about the exact issue, you should enable logging by setting stdoutLogEnabled to true in web.config file.
Re-run the application and you should find logs in the logs directory which will help to find out the exact issue.