I have incorporated the mini-profiler in mvc app but I have a question. When I have a controller looking like below I can't see the execution that took place, any ideas?
- Controller1.Action1 executes and then does RedirectToAction(Action2)
- Action2 is run
My problem is that I can't seem to 开发者_开发知识库get the execution of step 1 above only step 2. Yes I know that it is a client side redirect involved.
Grab the latest version from the repo, we now display the last N requests that were not displayed, per user.
This way we track redirects and POSTs
精彩评论