Upload only changes to published website in ASP.NET -


recently have published website , uploaded godaddy server. after have made changes in .aspx in .aspx.cs files. uploaded files server throws error. having idea how upload changes published asp.net website.

thanks in advance!

here do:

  1. i keep copy of older version locally.
  2. then run diff tool(folderpatch) compare new version
  3. generate patch(zip file)
  4. upload patch
  5. patch online version make same new version

using tool ensure don't miss updated files.
having upload 1 file lot faster uploads.
using patch tool on server, ensures files uploaded correct locations.

p.s: wrote folderpatch make life easier. free , open source, feel free use helps you.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -