HomeCommunityControl GalleryCommunityAsp.Net Web Profiler

Asp.Net Web Profiler



Submit a Review

9 Downloads

917 Views


Description

Analyze memory usage of a web application during runtime. Apart from analyzing memory usage, the profiler will also assist in looking at data as it is stored by an Asp.Net web application. The profiler will display all content in the asp.net cache and application state. It will also display all active sessions in the application along with the content in each session. Sizes of all serializable objects will be calculated and displayed for drill down into managed object properties and contents by the developer or administrator.

Syntax Example

protected void Page_Load(object sender, EventArgs e) { WebProfiler.Profiler.Run(); }

Reviews

Submit a review