4.3.0
API.Performance implemented to collect server performance indicators:
- Add the
API_PERFORMANCE_ENABLEDkey in theAppSettingsof the Web.config - If you enable this new feature, then you must complete first the following steps:
- Create the table
TD_PERFORMANCEin you database by running the SQL script available atroot/db/td_performance.sql - Add your
Application poolin IIS (i.e.XXXXXX) to the Performance Monitor Users group.
- Create the table
How to add an Application pool to the Performance Monitor Users group.
- Change the Location to be the local Server
- Add the user by typing
IIS APPPOOL\XXXXXXand click on Check Names to validate.
- Open the Command Line or PowerShell as Administrator.
- Run
iisresetfor all changes to take immediately effect.


