views:

29

answers:

0

I am having memory leak issues with my ASP.Net application. I've tried WinDbg, which IMO displays mostly useless information, and I'm currently trying to get the CLR profiler to work.

My problem is everytime I try to "Profile ASP.NET" It just flashes two consoles up so fast I can't read them, then the title bar of the CLR Profiler says "Starting IIS. Error 2 occurred."

  • IIS 7.5
  • Windows Server 2008 R2 Enterprise

Other things to know:

I did try running the CLR Profiler as administrator.

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

EDIT:

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