Invalid View State in IE11 Only

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/22/2015 9:34:16 AM
Gravatar
Total Posts 13

Invalid View State in IE11 Only

I was wondering if anyone has experienced this issue?  I am receiving an invalid view state asp.net error in the log when I try to log into the site. This is only happening in IE11 as far as I can tell. I have a test machine that is running an older version of IE and I can log in there as well as Chrome. I have ensured I have a unique machine key, adjusted the httpRuntime maxRequestLength, cleared cookies and restarted the browser, accepted all cookies, adjusted the maxurllength, and restarted the IIS app pool. 

Any help would be greatly appreciated. Thanks in advance. 

2015-06-22 09:12:19,620 ERROR xxx.xxx.51.xxx - en-US - / - mojoPortal.Web.Global -  Referrer(http://www.xyz.com/secure/login.aspx) useragent Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko 
System.Web.UI.ViewStateException: Invalid viewstate. 
    Client IP: xxx.xxx.51.xxx<--this was my IP
    Port: 57538
    Referer: http://www.xyz.com/secure/login.aspx
    Path: /Default.aspx
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
    ViewState: /wEPDwUJNzYzNTI5MDQxD2QWAmYPZBYCAgMPFgIeBWNsY...

6/22/2015 10:07:59 AM
Gravatar
Total Posts 18439

Re: Invalid View State in IE11 Only

yes, it is a well known issue. It means your web server does not have all the windows updates, this was fixed long ago in a windows update.

6/22/2015 10:17:37 AM
Gravatar
Total Posts 13

Re: Invalid View State in IE11 Only

Thank you.

I tired to install this update but, it didn't work. Do you happen to know what update that was?

https://www.microsoft.com/en-us/download/confirmation.aspx?id=39257

You must sign in to post in the forums. This thread is closed to new posts.