关于1.1变成2.0后的问题
我的系统是用2003做的,,移到服务器上,一切都ok的。
后来服务器上装了2.0,发现如果偶还用1.1的话,网页打开就都是乱码
于是IIS里的设置偶也换成2.0,,网页可以正常打开了,可是在用户注册里确一直有错误,提交就出现了下面的问题
Server Error in '/' Application.
--------------------------------------------------------------------------------
Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
这可怎么办啊,,着急啊
有没高手知道为什么啊(注册页面偶用AJAX做了个易做图联动) --------------------编程问答-------------------- AJAX在.NET 1.1里面能做出来吗?
那个异常,好像是说一个错误 回调参数, 要开启<pages enableEventValidation="true"/>
还有使用ClientScriptManager.RegisterForEventValidation 验证
等 --------------------编程问答-------------------- 可以的,做一个易做图无刷新联动,为什么要开启呢,我在1.1下运行一切都OK的啊 --------------------编程问答-------------------- 2.0和1.1有比较大的区别,二者兼容性很错的。
补充:.NET技术 , .NET Framework