ASP.NET MVC Tracing Issues

后端 未结 5 855
暖寄归人
暖寄归人 2021-02-05 08:20

Question

How do I get ASP.NET MVC trace information to be consistent for in-page trace output as trace.axd? I may just be missing something obvious, please call it out

5条回答
  •  無奈伤痛
    2021-02-05 09:01

    The quote doesn't apply to tracing in filters and actions. Even then, it doesn't apply as you can get trace output from OnResultExecuting. It's only OnResultExecuted where it's too late to get trace output.

    I was only able to get integrated trace output to work in IIS 7.5 by running my MVC 3 application in Cassini - then integrated tracing started working in IIS 7.5.

    I'm investigating some trace anomolies in MVC

提交回复
热议问题