“无法验证数据” 我的 .net 2.0 应用程序中的 HttpException
我从在 webfarm 中运行的 ASP .net 应用程序中收到此异常。
Exception Type: System.Web.HttpException
Exception Message: Unable to validate data.
---- Stack Trace ----
System.Web.Configuration.MachineKeySection.GetDecodedData(buf As Byte[], modifier As Byte[], start As Int32, length As Int32, dataLength As Int32&)
(unknown file): N 00294
System.Web.UI.ObjectStateFormatter.Deserialize(inputString As String)
(unknown file): N 00203
我已经按照本文在所有服务器中配置了静态计算机密钥: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q312906。 (所有服务器都有相同的机器密钥)
有什么想法吗?
我想知道为什么没有人对此做出回应? 只有我吗?
I am getting this exception from my ASP .net application running in a webfarm.
Exception Type: System.Web.HttpException
Exception Message: Unable to validate data.
---- Stack Trace ----
System.Web.Configuration.MachineKeySection.GetDecodedData(buf As Byte[], modifier As Byte[], start As Int32, length As Int32, dataLength As Int32&)
(unknown file): N 00294
System.Web.UI.ObjectStateFormatter.Deserialize(inputString As String)
(unknown file): N 00203
I have already configured static machine key in all the servers as per this article: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q312906. (All servers have the same machine key)
Any Ideas?
I wonder why no one is responding to this? Is it just me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定这个问题,但我认为这就是问题所在,取自 这篇文章< /a> :-
我对这个建议不满意..但我不确定更好的解决方案:(它填满了我的错误日志:(
I'm not sure of the problem, but I think this is the issue, taken from this post :-
I'm not happy with this suggestion .. but I'm not sure of a better solution :( it's filling up my error logs big time :(