Deployment to Server

For deploying to server, first back-up the files which needs to be updated.

Then put the new changed files in their respective folders.

If aces##.dll is changed then you need to do following steps:

  • Stop the application pool in IIS.

  • Unregister the aces previous dll, e.g. aces60.dll:

    • Run Command Prompt in Administrator mode.

    • Go to the folder containing aces60.dll

    • Run Command regsvr32 -u aces60.dll

  • Register the new aces dll, e.g. aces62.dll:

    • On Command prompt running as Administrator, run this command: regsvr32 aces62.dll

  • Start the application pool in IIS.