我的 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" />