mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Mini-Profiler does not make an ajax call for ajax requests made using the ASP Ajax framework #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implementing the mini-profiler in our applications which make use of the ASP 
Ajax framework were not getting the results when making use of update panels or 
general Ajax calls.

I have created a change that ties into the end request very similarly to the 
way jQuery handles it. There is a test first to make sure that there is a 
script manager on the page and then it attaches to the EndRequest event.

The change can be found here.
https://code.google.com/r/mhbuck-mvc-mini-profiler/source/detail?r=04ae45bb03565
9004a3c52ee68fc260602192fb7

Original issue reported on code.google.com by MHB...@gmail.com on 11 Jul 2011 at 10:38

GoogleCodeExporter commented 8 years ago
Pulled in your changeset - thanks, again!

Original comment by jarrod.m.dixon on 11 Jul 2011 at 4:37