Search
RSS

Blog posts of '2020' 'May'

Comments (0) Checking for Errors on a New Installation of NopCommerce

Check Error Logs

1. In Web.config change stdoutLogEnabled = "false" to true, Restart Application

Download Here Web.Config

then check the logs at \wwwroot\nopCommerce\Logs

The error(s) there might tell you something.

2. Check your Application and IIS Application logs in the Eve...