which version to use for production

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Is there a performance difference between Source and no source version of NopCommerce?
Which version is better to use for production sites?
Is it possible to fix bugs on no source version?
4 years ago
fowara wrote:
Is there a performance difference between Source and no source version of NopCommerce?
Which version is better to use for production sites?
Is it possible to fix bugs on no source version?


Hello,

There is no difference in source and no source version.

its depend if you want to customize on c# level then you will need source code other wise not require source code.

If you take source then you will need visual studio editor for making a publishable code.

Thanks,
Jatin
4 years ago
Hello fowara,
         if you need to customize into existing project then use source code otherwise use no source code project.


No Source code :- You can directly upload this file to hosting server and use this .
Source code :- If you can want to customize or need to check code then download this and do necessary modification and publish this code and upload this on hosting server and use this.
4 years ago
No difference.

If you are using source version and are customizing it, remember to compile it under RELEASE mode, ok?
4 years ago
Thank you everyone for the help. So if I have a site already using no-source is there no way to customize or fix bug on that?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.