Uninstall ASP.NET CORE agent
Remove the Atatus instrumentation in
Startup.cs
file.Remove the Atatus Configuration in
appsettings.json
file.Remove the Atatus NuGet package by using following commands.
# Package Manager Uninstall-Package Atatus.NetCoreAll (or) # .NET CLI dotnet remove package Atatus.NetCoreAll
Restart your .NET server.
Uninstall ASP.NET agent (FullFramework)
Remove the Atatus instrumentation and configuration in
Web.config
file.Remove the Atatus NuGet package by using following commands.
# Package Manager Uninstall-Package Atatus.AspNetFullFramework (or) # .NET CLI dotnet remove package Atatus.AspNetFullFramework
Restart your IIS server.