简体   繁体   English

IIS7上的Asp.Net 4.0分析

[英]Asp.Net 4.0 Profiling on IIS7

New to both Asp.Net 4.0 and IIS7 deployment. Asp.Net 4.0和IIS7部署的新功能。

I am having a runtime problem with my application. 我的应用程序遇到运行时问题。 Basically certain pages are not loading, also looks like a memory issue related to certain calls etc. 基本上,某些页面未加载,也看起来像是与某些调用等有关的内存问题。

What are some of the tools and techniques for profiling/debugging Asp.net 4.0 when deployed on iis7. 在iis7上部署时,有哪些工具和技术可以对Asp.net 4.0进行性能分析/调试。 I am just looking for a way to get the BIG picture and the drill down to smaller level. 我只是在寻找一种方法来获取大图片并向下钻取到较小的级别。

Is it suggested that any profiling of value take place in VS2010? 是否建议在VS2010中进行任何价值分析?

You can use iis7 failed request logs to track which handler is causing pages to fail out. 您可以使用iis7失败的请求日志来跟踪哪个处理程序导致页面失败。 Using this approach, you can narrow down where the issue is happening, and then use asp.net page level tracking and exception stack traces in your event log to solve the problem. 使用这种方法,您可以缩小问题发生的范围,然后在事件日志中使用asp.net页面级跟踪和异常堆栈跟踪来解决问题。 Also, good logging in your global.asax application_error method is always recommended. 另外,始终建议您良好登录global.asax application_error方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM