The Artima Developer Community
Sponsored Link

.NET Buzz Forum
The "Viewstate is invalid for this page" error message does not provide sufficient information...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Damir Tomicic

Posts: 2504
Nickname: damir
Registered: Apr, 2004

Damir Tomicic is Microsoft Regional Director for Germany and INETA Lead
The "Viewstate is invalid for this page" error message does not provide sufficient information... Posted: Jul 28, 2004 10:08 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Damir Tomicic.
Original Post: The "Viewstate is invalid for this page" error message does not provide sufficient information...
Feed Title: Damir Tomicic : community powered
Feed URL: http://tomicic.de/SyndicationService.asmx/GetRss
Feed Description: stuff about .NET, community and life - in several languages.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Damir Tomicic
Latest Posts From Damir Tomicic : community powered

Advertisement

Es war mir eine große Hilfe, vielleicht hilft es noch jemanden. Die Exceptions sind wesentlich lesbarer und freundlicher:

"... Because View State is stored in a hidden field on a Web page, it is vulnerable to tampering when data is being transferred between the client and the server. To help make View State more secure, ASP.NET validates View State to verify that it came from the correct page. If ASP.NET cannot validate View State, ASP.NET returns a message to the client browser that states that "viewstate is invalid for this page and might be corrupted". However, the message does not describe why View State is not valid. This hotfix provides additional information to help you troubleshoot View State errors. "

This hotfix [1] adds the following information to the error message for View State errors:

  • IP address
  • Port number
  • User-Agent
  • Value of the View State
  • Http-Referer
  • Path of the requested page

[1] http://support.microsoft.com/?id=831150

Read: The "Viewstate is invalid for this page" error message does not provide sufficient information...

Topic: Ten Must-Have Tools Every Developer Should Download Now Previous Topic   Next Topic Topic: Whidbey Classes Browser

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use