如何解决回发错误 [英] How Do I Solve Postback Error

查看:70
本文介绍了如何解决回发错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个登录页面。当我点击登录按钮时它会给我回发错误

无效的回发或回调参数。使用< pages enableeventvalidation =true>启用事件验证在配置或<%@ Page EnableEventValidation =true%>在一个页面中。出于安全考虑,此功能可验证回发或回调事件的参数是否来自最初呈现它们的服务器控件。如果数据有效且预期,请使用ClientScriptManager.RegisterForEventValidation方法注册回发或回调数据以进行验证

当我设置enableeventvalidation =false时,它会给我oraops10.dll错误。请帮我解决这个问题。这个网站在我的电脑上工作正常。但是当我把它转移到另一台电脑iis服务器时我得到这个错误

I have a login page.when i click on login button it gives me postback error as
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
When i set the enableeventvalidation="false" it gives me oraops10.dll error.Please help me out to resolve this issue.Also this websites works fine on my pc.But when i shift it to another pc iis server i get this error

推荐答案

问题出在Oracle客户端DLL(oraops10.dll)中。您可能在不起作用的计算机上安装了不同或缺少的oracle客户端版本。
The issue is in the Oracle client DLL (oraops10.dll). You probably have a different or missing version of the oracle client installed on the machine that doesnt work.


这篇关于如何解决回发错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆