Reputation: 336
I have my websites running on nopCommerce. The Site is hosted on a private server on IIS.
Here we have only used nopCommerce core files for caching and have not used any other mechanism.
The problem I am facing is, Randomly nopweb.dll is replaced with an older version of the file and it causes site down. The Issue gets resolved by just replacing the Nop.Web.dll from the backup folder or new dll of that.
I have read many articles but have not found any solution for that yet.
Thanks in advance.
Upvotes: 1
Views: 310
Reputation: 1163
I faced a same issue for nopCommerce3.4 where the new Nop.Web.dll replaced by the old Nop.Web.dll after a certain time of period. I got a solution by following Clear GAC
Upvotes: 2
Reputation: 818
Enable stdout log from web.config file and then check logs from application root folder > Logs.
Open the latest log file(or when your site is down) and find an error log with fail group. this log will show you the exact error message.
Upvotes: 0