Hi,

We are using nopCommerce as a multi-store with unique IP addresses.  During development the Clear Cache and Restart Application features in the admin panel were not providing the updates to the public store, i.e.  product images or changes to the main menu, etc.  Even after clearing browser cache, the changes still do not show.  One of our developers suggested to access the global.asax file on the server and "resave" it to force a new session and rebuild of the Codebehind.  That is the only thing that works on some of these visual changes from the admin dashboard.


This, of course, is not the right way for nopCommerce to be rebuilding and caching, so we need to understand what to look for to fix this and how to correct it before we train the client on how to update their own store content. The issue definitely happens when adding a new catagory/product to the display on home page and it happens anytime a change to the menu is made like a new topic page or styling.

Any advice, steps, ideas would be really appreciated.