Author: Web Development Tools @ Microsoft | Posted on: 9/22/2011 4:56:00 PM | Views : 791

The upcoming version of Visual Studio introduces a number of improvements focused on diagnosing your Web Applications. One of these is the new Page Inspector. Page Inspector is a new tool that brings browser diagnostics tools into Visual Studio and provides an integrated experience between the browser, ASP.NET, and source code. Using Page Inspector, you can inspect elements in the integrated browser and see exactly which file and lines of code generated that element (HTML literal content and server-side code). It also comes with a DOM Visualizer and CSS Tools in which you can modify the properties and see the changes in the browser in real time. Decomposing a Web Page (Source Code Selection Mapping) Page Inspector provides an Inspect mode that...(read more) ...

Go to the complete details ...