- First backup your full main project with zip or rar.
- Open Main Project and do changes as follow instruction
=> dont replace full page or form.
=> do manual changes line by line in code
=> dont replace full function or portion of code or file.
=> if new file or class or form is created then only paste that file only. - Make Db changes File with write Go after every sql sentence or query finish as instructed.
- After intigration check your work with new update.
- If all ok then Build your exe or publish your website.for Publish right click on project option from solution explorer and select publish option and select path where you want to publish.
6. for Any Software #
Instruction => Exe only build on yewtec12 pc with visual studio 2010 , remove all debug point the enable option from tools=> .net reactor => checked check box enable. remember when you test your code before relase exe disable this .net reactor option.
6.1 For Genacc go to latetest release folder for exe on pc yewtec 12, path is “G:\Latest Exe of Projects\GenAcc\GST with GenAcc\EXE”
place your exe file or new file here.
6.2 for Db changes “G:\Latest Exe of Projects\GenAcc\GST with GenAcc\DB” go to this folder and place your sql code in latest release version text file like
e.g. current version is 9.9.01.02 then put sql code in “Update 9.9.02.txt” file(End Of file) before this sentence “exec Proc_RefreshView” in file.
6.3 then make “VersionUpdate.zip” file which include EXE and DB folder.
6.4 connect FTP then rename alredy uploded folder to current date like “VersionUpdate_31_08_2024.zip” then upload your new changes file zip.
7. for Any Website #
7.1 Publish your website
7.2 then goto ftp where your site is live. take Full backup of already working file with bin folder.
7.3 dont upload web.config file or replace , make manual changes on it.
7.4 if needed single page update then upload only that page and its dll file only .
7.5 if needed full files uploded then first take backup then upload new files.
8. for Any API #
8.1 Publish your api project
8.2 then goto ftp where your api is live. take Full backup of already working file with bin folder.
8.3 dont upload web.config file or replace , make manual changes on it.
8.4 upload your dll file
9 . After upload need to check your work.
- If all ok then make backup of your current new changes project with name like “ProjectName_Uploded_currentdate_dd_MM_yyyy.rar” or zip.
e.g GenAcc_Uploded_31_08_2024.rar