Site deployment in release mode.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 12 años
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
Hace 12 años
can anybody suggest something?
Hace 12 años
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">
.
Hace 12 años
Thanks a lot.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.