简体   繁体   中英

Remote profiling ASP.net Applications?

Using Visual Studio, I can profile an ASP.net Application using the Performance Wizard (specifically Instrumentation is what I want).

I need to diagnose why a production server is slow, but I don't want to install Visual Studio on it. Also, It's not enough to use something like ASP.net MVC Mini Profiler because I don't control all the code and thus can't get the granularity that I need.

Can I use the Visual Studio Remote Profiler somehow? Windbg? Anything that's not as intrusive as Visual Studio and can be cleanly uninstalled after.

Jetbrains dotTrace可以对asp.net应用程序进行远程分析,它有免费试用版,但它是商业版。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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