Site deployment in release mode.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 12 ans
hi

I deployed a nopcommerce 1.9 site in production. Unfortunately, I compiled in debug mode and uploaded.

Now i am going recompile in release mode. Is it ok to upload only the bin files(dll) or shall i upload the whole files.

normally i would upload all the files, but now the site is bit active, so i don't want to disturb and uploading the bin will take lesser time.

sugest an idea

thanks
Il y a 12 ans
can anybody suggest something?
Il y a 12 ans
You only need to upload the assemblies (.dll) in /bin. Also ensure debug is set to false in web.config:
<compilation debug="false" targetFramework="4.0">
.
Il y a 12 ans
Thanks a lot.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.