Disable/Uninstall Agent
Method #1(Quickest): Disabling tCell via the user interface
- Log in to your tCell console.
- Open the "Policies" screen and select the "Overview" tab.
- Uncheck or disable every feature.
- Click Deploy.
Method #2(Partial): Disable the agent for a single application
- Remove the tcell_agent.config file from the root folder of the application you want to disable.
- Open a command prompt window, as an administrator, and run the following command to restart IIS:
1iisreset
Note: This will still leave the profiler and code instrumentation active for your application.
Method #3(Complete uninstall): Removing the agent
- Open "Program and Features/Apps & Features" and search for tCell
- Right click the tCell Agent and select uninstall
- Open a command prompt window, as an administrator, and run the following command to restart IIS:
1iisreset
Did this page help you?