System.Web.HttpException: Unable to validate data.

问题描述

ServerErrorin'/'Application.--------------------------------------------------------------------------------Unabletovalidatedata.Description:Anunhandledexceptionoccurredduringtheexecutionofthecurrentwebrequest.Pleasereviewthestacktraceformoreinformationabouttheerrorandwhereitoriginatedinthecode.ExceptionDetails:System.Web.HttpException:Unabletovalidatedata.SourceError:Anunhandledexceptionwasgeneratedduringtheexecutionofthecurrentwebrequest.Informationregardingtheoriginandlocationoftheexceptioncanbeidentifiedusingtheexceptionstacktracebelow.StackTrace:[HttpException(0x80004005):Unabletovalidatedata.]System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(BooleanfEncrypt,Byte[]buf,Byte[]modifier,Int32start,Int32length,BooleanuseValidationSymAlgo,BooleanuseLegacyMode,IVTypeivType,BooleansignData)+1081System.Web.UI.Page.EncryptStringWithIV(Strings,IVTypeivType)+120System.Web.Handlers.AssemblyResourceLoader.FormatWebResourceUrl(StringassemblyName,StringresourceName,Int64assemblyDate,BooleanhtmlEncoded)+51System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrlInternal(Assemblyassembly,StringresourceName,BooleanhtmlEncoded,BooleanforSubstitution,IScriptManagerscriptManager)+1644System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrl(Typetype,StringresourceName,BooleanhtmlEncoded,IScriptManagerscriptManager)+722System.Web.UI.ClientScriptManager.GetWebResourceUrl(Pageowner,Typetype,StringresourceName,BooleanhtmlEncoded,IScriptManagerscriptManager)+167System.Web.UI.ClientScriptManager.RegisterClientScriptResource(Typetype,StringresourceName)+67System.Web.UI.WebControls.BaseValidator.RegisterValidatorCommonScript()+215System.Web.UI.WebControls.BaseValidator.OnPreRender(EventArgse)+69System.Web.UI.Control.PreRenderRecursiveInternal()+103System.Web.UI.Control.PreRenderRecursiveInternal()+175System.Web.UI.Control.PreRenderRecursiveInternal()+175System.Web.UI.Control.PreRenderRecursiveInternal()+175System.Web.UI.Control.PreRenderRecursiveInternal()+175System.Web.UI.Page.ProcessRequestMain(BooleanincludeStagesBeforeAsyncPoint,BooleanincludeStagesAfterAsyncPoint)+2496--------------------------------------------------------------------------------VersionInformation:Microsoft.NETFrameworkVersion:4.0.30319;ASP.NETVersion:4.0.30319.1是什么原因啊怎么修改啊查了好多都不行啊

解决方案

解决方案二:
在Web.Config文件中配置EnableViewStateMAC=false试试看
解决方案三:
试了不行啊

时间: 2024-10-01 14:28:00

System.Web.HttpException: Unable to validate data.的相关文章

asp.net错误解决:Unable to Validate Data in ASP.NET website

原文:http://www.codeproject.com/Articles/43637/Weird-Error-Unable-to-Validate-Data-in-ASP-NET-web Have you ever come across a situation where your website which was working for the last couple of months gives a weird error"Unable to Validate Data"

System.Web.HttpException (0x80004005)

问题描述 MVCAPI4.0,发布后System.Web.HttpException(0x80004005)老是抛这个异常,怎么处理啊!

System.Web.HttpException: 选定数据源上未能找到名称为“tarea”的字段或属性。

问题描述 我数据库里明明有TArea,却出现了这样的错误,很不解,谁来指点下前台:<asp:DataGridid="dgd_roomlist"style="Z-INDEX:101;LEFT:128px;POSITION:absolute;TOP:56px"runat="server"Width="100%"Height="344px"AllowPaging="True"AutoGe

在.NET 应用程序中用System.Web.Mail 发送电子邮件

web|程序 在.NET 应用程序中用System.Web.Mail 发送电子邮件 作者:Mark Strawmyer日期:February 9, 2004 -------------------------------------------------------------------------------- 欢迎来到 .NET Nuts & Bolts 栏目.在这个栏目中,我们将探讨怎样在应用中发送电子邮件.这将用到System.Web.Mail 名字空间中的类. 协作数据对象Wind

用System.Web.Mail发送电子邮件

web 作者:Mark Strawmyer 日期:February 9, 2004   欢迎来到 .NET Nuts & Bolts 栏目.在这个栏目中,我们将探讨怎样在应用中发送电子邮件.这将用到System.Web.Mail 名字空间中的类. 协作数据对象Windows 2000 协作数据对象 (CDOSYS) 是微软用来创建和发送基于标准的电子邮件信息的消息组件.它是 用与 Windows NT的协作数据对象(CDONTS) 的替代物. 尽管由于向后兼容的原因 CDONTS 已包含在 Wi

未处理的“System.InvalidOperationException”类型的异常出现在system.web.services.dll中。其他信息: 客户端发现响应内容类型为“text/

问题描述 "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322TemporaryASP.NETFileshuike.webservice205d4ef74c400ce7"下没有webservice编译生成后的dll文件,生成后应该有这样后缀名的文件.cs.cmdline.dll.err.out.pdb六个文件,但是现在我的电脑里打死不生成.dll的那个文件,程序运行不起来.请帮我看下下面的报错信息,到底是何问题啊?我今天要交任务的,谁知不能运行起来,我快气

未能加载文件或程序集system.web.extensions解决方法

System.Web.Extensions,Version=1.0.61025.0,Culture=neutral,PublicKeyToken=3-表现:1."System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"或它的某一个依赖项.系统找不到指定的文件.2.后台系统即使添加引用后,不管此引用是系统还是用户,他们的属性和方法都不能识别:解决方案一(最佳解决方案):

System.Web.Routing命名空间代码解析(二) Routing类

Route类提供了五个属性,并且包装了一个ParsedRoute对象(即已解析过的Route规则),通过察看Route类的构造函数和Url属性的Set方法,我们可以知道的是:Route规则是在添加的时候就解析的,即,在Route类事例化的时候设置Url属性的时候就生成了ParsedRoute对象. 其他的四个属性分别是 :默认值,约束规则,自带数据,处理Handler. 可以把Router类对比和RouterData类作对比.... Route类的四个方法我将会在 Routing类(下)中介绍.

理解和用好System.Web.Abstractions.dll

ASP.NET中,所有的上下文对象(HttpContext,HttpReqeust,HttpResponse-)都没有进行抽象,而 且它们都是自我封闭的对象,我们无法对它进行扩展和修改.虽然它们都提供公有构造器,我们可能也可 以追溯到请求管道的源头,去自己实例化HttpContext,可是它们的大部分方法都是封闭的,不可重写的 ,这样使得我们在做多工作的时候无法称心如意,甚至于四处碰壁. ASP.NET MVC由于要提高可扩展性的可测试性,这就要求这些上下文环境中在测试环境中可以被模拟, 甚至于