Hi
I have gone through this article for creating custom .NET profiler(http://www.codeproject.com/Articles/15410/Creating-a-Custom-NET-Profilerhttp://) usingICorProfilerCallback. But here in this article we have created separate application to launch the application that needs to be profile but what about when profiling asp.NET applications.
Can anyone guide me or give suitable steps on How we can create custom profiler using ICorProfilerCallback to profile ASP.NET application?