Article ID: 928399 - Last Review: December 3, 2007 - Revision: 2.2 FIX: An InvalidViewState exception is not thrown as expected when you use the Triple DES encryption type to validate the System.Web.UI.Control.ViewState property in the .NET Framework 2.0On This PageSYMPTOMSWhen you use the Triple DES (3DES) encryption type to validate the System.Web.UI.Control.ViewState property in the Microsoft .NET Framework 2.0, and you set the System.Web.UI.Page.ViewStateUserKey property to an incorrect value, an InvalidViewState exception is not thrown as expected. RESOLUTIONHotfix informationA supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that this article describes. Apply it only to systems that are experiencing this specific problem.To resolve this problem, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.PrerequisitesYou must have the Framework 2.0 installed to apply this hotfix.Restart requirementYou do not have to restart the computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other hotfixes.File informationThe English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.Microsoft .NET Framework 2.0, x86-based versionsCollapse this table
Microsoft .NET Framework 2.0, x64-based versionsCollapse this table
Microsoft .NET Framework 2.0, Itanium-based versionsCollapse this table
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. MORE INFORMATIONAfter you apply this hotfix, you may still receive the exception that is mentioned in the “Symptoms” section. This problem occurs if the following conditions are true:
Method 1Make sure that the ViewStateEncryptionMode attribute is synchronous in both of the two ASP.NET 2.0 Web pages.Method 2Use JavaScript to add logic to clear the __ViewState form field when you change the form.action property. For example, use the following code to add logic.Method 3Use an ASP.NET button control, and then perform the postback operation by setting the PostBackUrl property of the button control. This operation not only sets the form.action property in JavaScript but also sets a __PREVIOUSPAGE form field. Therefore, the ViewState property is repopulated during the postback operation. This avoids the problem.For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base: 824684
(http://support.microsoft.com/kb/824684/LN/
)
Description of the standard terminology that is used to describe Microsoft software updates The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, about the performance or reliability of these products.
| Article Translations
|
Back to the top
