当使用弹出扩展程序控件时,我的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" />