ASP.NET ViewState Helper is designed to help all web developers, but has specific features to help ASP.NET developers debug ViewState issues. Analyze your web pages in real-time while you browse them using Internet Explorer 6.0 or higher.
ASP.NET ViewState Helper gives you very detailed information to help you optimize your web application's performance.
It allows you to see the following details about each page:
Page's total size: This is the total size of the web page shown in the URL column
ViewState size: This is the size of the ViewState field
ViewState %: What percent of the total page size is being taken up by the ViewState?
Markup size: The size of HTML markup (non-visible text) on the page
Markup %: What percent of the page consists of non-visible HTML markup?
To open the ViewState Decoder window you just need to double-click any webpage address in the list. If the selected page contains a ViewState, it will be decoded into plain text, and also broken down into a tree-view for easy analysis.
Here are some key features of "ASP.NET ViewState Helper":
· Compatible with Internet Explorer 5, 6, 7, 8, 9 (x86 and x64)
· Compatible with Firefox 2.x, 3.x
· Works in real-time to give you detailed page information
· Analyzes all webpages, even pages inside frames
· ViewState decoding works with ASP.NET 2.0 and higher
Requirements:
· Windowws XP users will require:
· Microsoft .NET Framework 2.0
· Windows 2000 users will need (in this order):
· Windows Installer 3.1 (32-bit)
· Microsoft Windows 2000 Hotfix KB835732 (32-bit)
· Microsoft .NET Framework v2.0 (32-bit)
What's New in This Release: [ read full changelog ]
· Fixed: Renamed the EXE file to "ASP.NET VSH.exe" so that it can be pinned to the Windows 7 Taskbar and Start Menu, you'll still need to manually rename the shortcut if you want to pin it
· Fixed: Improved performance and memory usage
· Fixed: Stability improvements