Search code examples
publishnopcommerce

Publishing NopCommerce Issue


I've got a nopCommerce project. I could publish it successfully to a server from my local but it took about 1,5 hours to upload complete ( depending my upload speed ).

Question: Is there a way to sync or update files which i only modify inside VS than uploading whole published project? (cause I told above it took much time for me)


Solution

  • You have to publish whole project on deployment server at the very first time, afterwords there is no need of publish a whole project again and again.

    Is there a way to sync or update files which i only modify inside VS than uploading whole published project?

    There are many version control tools available to track your file changes. You can use it and update only required files and DLLs.