Sign in
WebApps
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ASP.NET
ASP.NET MVC
crash
debugging
error
HttpWebRequest
IE
Installation
Internet explorer
keeps prompting
Performance
profiler
RIA
Screencast
silverlight
System.Net
Testing
WCF
Web
Web development
WF
Windows Azure Web Sites
without visual studio
WordPress
Browse by Tags
MSDN Blogs
>
WebApps
>
All Tags
>
performance
Tagged Content List
Blog Post:
Troubleshooting Performance Issues in Web Application
Prashant Pratap
There are many options to troubleshoot performance issues in .NET Web Application. We can use ETW, performance logs, IIS logs, application logs, dumps and profiler. Today I am going to show how to use NP .NET Profiler to troubleshoot performance issues. You can download the tool from here Introduction...
on
28 Sep 2012
Blog Post:
Capturing Memory Dumps on Long Running WCF Requests
Prashant Pratap
There are many options to troubleshoot long running WCF requests. One of them is : capturing a memory dump when the long running WCF request is still executing. To capture a dump while the WCF request is still executing, you can use ServiceModelTimeTaken message inspector as shown in the previous...
on
19 Sep 2012
Blog Post:
Capturing WCF Request Execution Time
Prashant Pratap
Complete source code is here WCF includes a large set of performance counters to help you gauge your application’s performance. These counters can help you determine total number of WCF requests executed, request per seconds, number of faults etc. But one basic counter is missing : Request...
on
18 Sep 2012
Page 1 of 1 (3 items)