---
title: "How to Disabled Retrace for .NET"
slug: "how-do-i-disable-retrace-for-net"
description: "If you want to disable Retrace APM+ on a server but want to continue monitoring the server and the apps without profiling, just follow these steps."
updated: 2024-05-28T19:37:20Z
published: 2024-05-28T19:37:20Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How Do I Disable Retrace for .NET?

In the event you want to disable Retrace's .NET profiler and APM features on a server, but want to continue monitoring the server and the apps on it without profiling, just follow these simple steps.

## Disabling Tracing for an Application

If you want to disable collection of APM data for a specific application, you can add a property to the `Stackify.json` file to cause the profiler to be disabled.

```
{
    "AppName": "MyApp",
    "Environment": "Production",
    "DisableTracing": true
}
```

          Note:

          

The configuration documented above does not apply to shared app pools. In order to disable tracing for an application, ensure that the site belongs to its own app pool.

          Note:

          

This does not impact collection of logs that are sent to Retrace. For the legacy profiler, you cannot disable the profiler for one specific web application.

## Disabling via Server Settings

First go to Server Settings for the server that is running APM that you wish to disable.

![](https://support.stackify.com/wp-content/uploads/2017/10/actions-server-settings-1024x362.png)

Simply click the Disable APM button to disable APM and to restart IIS. Once IIS restarts, it will no longer have the Retrace APM Profiler attached and you will stop seeing APM data in your application dashboard.

![](https://support.stackify.com/wp-content/uploads/2017/10/server-settings-disable-apm.png)
