Home Account Search

How to remove __VIEWSTATE from asp.net?

There is no obvious side-effect free way to remove this.

The problem is that the hidden type can never be empty. even if you try  EnableViewState = False then also the hidden type __ViewState is still rendered with some values. Yes one can make it "" to ViewState, but this may be an invitation to errors for some other applications! Yes, things may get worse this way.


No Search Engine Effect

As per my experience it generally does not affect your ranking or position or search engines. Most search engine bots such as google are familier with this and so the ranking is not affected.

Comments are locked for this post.