I publish my application from project properties of visual studio
and i set the update-path to one of my local drivers E:\WebSiteupdate
. The update must run before application starts but i do not really know what should i put on E:\WebSiteupdate
to update the application.
here what i used to do for update:
- another publish from new application
- copy all of new publish folder in
E:\WebSiteupdate
but nothing happened and still show old program
what kind of files should i put on update path for update application?