popupcontrolextender Web 服务 500 错误
我的 Web 应用程序的用户在使用弹出扩展程序控件时收到 Web 服务 500 错误。然而,这是间歇性的,我在本地调试时无法重现此问题。我想不出有什么会导致这种情况。我正在寻找可能导致此问题的任何潜在问题。此时任何建议都会有帮助。
下面是对弹出扩展器控件声明的调用。
<cc1:PopupControlExtender ID="CSPopup" runat="server" TargetControlID="CSTextBox" PopupControlID="CSPanel" Position="Bottom" BehaviorID="pceCS" DynamicServiceMethod="GetXYSelections" DynamicServicePath="TSelector_WS.asmx" DynamicContextKey="NaN,0," DynamicControlID="CSPanel" />
A user of my web applications is getting a web service 500 error, when using the popup extender control. However this is intermitent, I cannot reproduce this issue when debugging locally. I cannot think of anything that would cause this. I am looking for any potential issues that may cause this. Any suggestion would help at this point.
Below is the call to the popup extender control declaration.
<cc1:PopupControlExtender ID="CSPopup" runat="server" TargetControlID="CSTextBox" PopupControlID="CSPanel" Position="Bottom" BehaviorID="pceCS" DynamicServiceMethod="GetXYSelections" DynamicServicePath="TSelector_WS.asmx" DynamicContextKey="NaN,0," DynamicControlID="CSPanel" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论