Running applications with profiler
You can profile any .NET application that runs .NET Framework 1.1 or newer:
- Standalone .NET applications
- ASP.NET applications
- .NET Windows services
- .NET DCOM objects
- ... and others
Profiling is supported on Windows XP/Vista, 32-bit (x86) and 64-bit (x86-64) .NET Frameworks
Profiling can be done locally (profiler and profiled application run on same machine) or remotely (profiled application runs on another computer accessible by network).
