Installation Issues with 4.10 - 500 Internal Error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 лет назад
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.


Thanks in advanced,
John
6 лет назад
'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.
6 лет назад
Thanks, setting the logging on helped. Here is what fixed it.

I selected the server in IIS Manager.
Selected Feature Delegation.
Set Modules to Read/Write
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.