Upgrading
Upgrading IIS Only instrumentation
- Run
iisreset /STOP
to stop IIS - Run the uninstaller:
C:\Program Files\AppOptics\APM\dotnet\unins000.exe
The uninstaller filename has the formatunins<nnn>.exe
wherennn
will increment on reinstalls. - Download the latest .NET Agent from https://files.appoptics.com/dotnet/DotNetAgent_Setup.exe
- Run the new installer
- Run
iisreset /START
to start IIS
Upgrading IIS and non-IIS instrumentation
These steps document how to upgrade the .NET agent when both IIS and non-IIS services are being instrumented.
- Run
iisreset /STOP
to stop IIS - Stop services configured in the applications section of the agent.config file
- Run the uninstaller:
C:\Program Files\AppOptics\APM\dotnet\unins000.exe
- Download the latest .NET Agent from https://files.appoptics.com/dotnet/DotNetAgent_Setup.exe
- Run the new .NET agent installer
- Run
iisreset /START
to start IIS - Restart any services stopped in Step 2
AppOptics.Instrumentation NuGet Package
The AppOptics.Instrumentation NuGet package has been deprecated and is no longer supported. The package has been replaced with the AppOptics.Agent NuGet package. In addition to providing the same functionality as the AppOptics.Instrumentation NuGet package, the AppOptics.Agent package also provides automatic instrumentation support. See AppOptics.Agent NuGet package.