This Blog is about the settings and things that allow the adding of images to the Blog and other HTML Content areas
Cookies help us deliver our services. By using our services, you agree to our use of cookies.
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...
The version that runs on the webserver is in fact the non-source version
So the non-source version is created from the source version. That is, the output of building the source version with Visual Studio is to create the non-source version.
So when it comes time and you want to change the core ...