Troubleshoot: Retrace Agent v4.6.11.0 Uninstall Fix

A Note About Agent Version 4.6.11 Retrace Agent v4.6.11.0 shipped with a new executable packaged (EnvCleaner.exe) that would, upon uninstall of the agent, remove environment variables set for profiling functions. It would also be triggered during an upgrade to later versions. Inadvertently, this executable was compiled against .Net 4.5.2 without that version of the .Net Framework being a prerequisite for …

Prefix: Settings Overview

Prefix UI & profiler settings The following settings can be made via Prefix’s UI or via the stackify.ini file Port & host name (learn more) Cache size Profiling method options URL display option Some per application settings can be set depending on the type of application. Please review theses additional help docs for more information on specific application types: Prefix …

Prefix: Advanced settings for ASP.NET

The follow settings can be set for an ASP.NET web application to change the behavior of how the StackifyHttpModule and Prefix works. Change reporting Url for a request You can use the StackifyLib nuget package to customize the request name (Url or action) for any request. StackifyLib.ProfileTracer.SetReportingUrl(“Custom.Reporting.Url”); App info settings These settings can be set in your web.config appSettings. Specify …

Prefix: Missing ASP.NET Module Names

Prefix can automatically track the names of your ASP.NET HTTP modules. This can be very useful for troubleshooting performance problems caused by a module. If you do not see module names as shown in the image below, you may need to make a config change to your computer. To collect the names of your modules, the Stackify profiler requires that Tracing …