Microsoft Ajax View tool

Recently, MS made a public release of the Ajax view tool and I thought it's surely worth mentioning and spreading the word around.

 

Overview snippet of the tool …

The goal of the Ajax View project is to improve developer's visibility into and control over their web applications' behaviors on end-user's desktops.

 

The Ajax View approach is to insert a server-side proxy (or web server plugin) in-between the web server machines and the end-user's browser. This proxy captures the web application's JavaScript code as it is being sent to a browser and rewrites the code to insert extra instrumentation code. The injected instrumentation code runs with the rest of the web application inside the end-user's browser and can capture performance, call graph, application state and user interaction information, providing visibility directly into the last hop of the user's experience ...

 

Download from

You can find the download and usage information at https://research.microsoft.com/projects/ajaxview/

 

More information

John’s blog item about Ajax View on the IE team blog has more information regarding the same: https://blogs.msdn.com/ie/archive/2007/08/23/Analyzing-Web-2.0-Applications-with-Ajax-View.aspx