How to use CLR Profiler to debug an ASP.Net application running on IIS 7.5?

I have a memory leak problem with my ASP.Net application. I tried WinDbg, in which IMO displays mostly useless information, and I'm currently trying to run the CLR profiler.

My problem occurs every time I try to "Profile ASP.NET". It just flashes quickly with two consoles, I can’t read them, then the CLR Profiler title bar says "Starting IIS .."

  • IIS 7.5
  • Windows Server 2008 R2 Enterprise

Other things to know:

I tried to run CLR Profiler as an administrator.

I really need to identify the source of the memory leak, any help would be appreciated.

EDIT:

I already saw this: http://msdn.microsoft.com/en-us/library/ff650691.aspx

+5
source share
3 answers

I had the same problem. I myself stopped IIS. Than i could

+7
source

The same problem, the above article helped - I solved it by running CLRProfiler as "Administrator"

+2
source

CLR Profiler ( .NET 4). , CLR Profiler .net, :

+1

All Articles