开发者

Retrieve previous requests profiling data

开发者 https://www.devze.com 2023-03-19 07:21 出处:网络
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?

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?

  1. Controller1.Action1 executes and then does RedirectToAction(Action2)
  2. 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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号