Uninstall ASP.NET CORE agent
Remove the Atatus instrumentation in
Startup.csfile.Remove the Atatus Configuration in
appsettings.jsonfile.Remove the Atatus NuGet package by using following commands.
# Package Manager Uninstall-Package Atatus.NetCoreAll (or) # .NET CLI dotnet remove package Atatus.NetCoreAllRestart your .NET server.
Uninstall ASP.NET agent (FullFramework)
Remove the Atatus instrumentation and configuration in
Web.configfile.Remove the Atatus NuGet package by using following commands.
# Package Manager Uninstall-Package Atatus.AspNetFullFramework (or) # .NET CLI dotnet remove package Atatus.AspNetFullFrameworkRestart your IIS server.
+1-415-800-4104