Hello,
On my development machine I have the source code version installed for debugging.
I've uploaded the Web , no source, version to my live server.
However, there are cases when modification of the templates or cshtml files is not enough, and you will need to update the code itself.
I've tried to do a minor change in ProductController.cs (following this discussion).
As far I understand, this file complies to Nop.Web.dll.
However, the size of Nop.Web.dll on the source version is ~688kb, while the Nop.Web.dll version on the no source is ~633kb.
When I tried to replace the live Nop.Web.dll with the local development version - the site didn't work.
Any advice how can I update the live site with the compiled code ?
Thanks