Disable/Uninstall Agent

Method #1(Quickest): Disabling tCell via the user interface

  1. Log in to your tCell console.
  2. Open the "Policies" screen and select the "Overview" tab.
  3. Uncheck or disable every feature.
  4. Click Deploy.

Method #2(Partial): Disable the agent for a single application

  1. Remove the tcell_agent.config file from the root folder of the application you want to disable.
  2. Open a command prompt window, as an administrator, and run the following command to restart IIS:
    1
    iisreset

Note: This will still leave the profiler and code instrumentation active for your application.

Method #3(Complete uninstall): Removing the agent

  1. Open "Program and Features/Apps & Features" and search for tCell
  2. Right click the tCell Agent and select uninstall
  3. Open a command prompt window, as an administrator, and run the following command to restart IIS:
    1
    iisreset