Site deployment in release mode.

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