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:
- i keep copy of older version locally.
- then run diff tool(folderpatch) compare new version
- generate patch(zip file)
- upload patch
- 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
Post a Comment