Click here to Skip to main content
15,891,136 members
Articles / Web Development / ASP.NET

Minimizing VIEWSTATE Size and Customization of Server Reponse Via HTTPMODULE

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
19 Oct 2010CPOL5 min read 40.4K   233   14  
VIEWSTATE is one of the primary factors which affect your web application. In this article, I will try to highlight the way to compress VIEWSTATE and customize server response using HTTPMODULES

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{404A882D-BB34-45F3-829B-B2933452C9F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebControlsCollection", "..\PageStatePersister\WebControlsCollection.csproj", "{45210E06-EF05-49A5-9F8E-78938AA5EE0B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{404A882D-BB34-45F3-829B-B2933452C9F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{404A882D-BB34-45F3-829B-B2933452C9F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{404A882D-BB34-45F3-829B-B2933452C9F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{404A882D-BB34-45F3-829B-B2933452C9F0}.Release|Any CPU.Build.0 = Release|Any CPU
		{45210E06-EF05-49A5-9F8E-78938AA5EE0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{45210E06-EF05-49A5-9F8E-78938AA5EE0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{45210E06-EF05-49A5-9F8E-78938AA5EE0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{45210E06-EF05-49A5-9F8E-78938AA5EE0B}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Pakistan Revenu Automation Ltd. (PRAL)
Pakistan Pakistan
I am passionate web developer and mostly works in ASP.NET and Adobe Flex applications. Now my keen of learning is driving me toward Node.js and believe me, i truly love it.

I have just started my blog and you can find it Here

Comments and Discussions