/
Deployment to Server

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.

 

Related content

Install and Setup ACES Application
Install and Setup ACES Application
More like this
ACES-SACE
ACES-SACE
Read with this
Manually deploying code to the development and acceptance staging servers
Manually deploying code to the development and acceptance staging servers
More like this
CLASSIC ASP apps in Civil Aviation
CLASSIC ASP apps in Civil Aviation
More like this
ACES Maintenance Tasks
ACES Maintenance Tasks
More like this
How to Publish and Host RIDMS-WCAG
How to Publish and Host RIDMS-WCAG
More like this