asp.net ajax - Autocompleteextender - HTTP 403.9 - Access Forbidden: Too many users are connected Internet Information Services -


I have two textboxes in one page, which uses each ASP.Net Ajax autocompactuctor control. ASP: ASP: text box id = "TSTL" runat = "server" CssClass = "plaintext" MaxLeang = "50"

Ajax: Autocomplete adader = "aceLastName" runat = "server" Targetcontrolid = "TxtLastName" servicepath = "~ / AjaxService / Predictive.svc" servicemethod = "GetLastName" minimumprefixlength = "1" integer = "100" completionsetcount = "8" enabled caching = "incorrect"

ASP: Textbox ID = "txtFirstName" runat = "server" CssClass = "plaintext" maxlength = "50" Ajax: Autocomplete ID = "aceFirstName" runat = "server" targetcontrolid = "txtFirstName" servicepath = "~ / AjaxService / Predictive.svc "Servicemethod =" GetFirstName "minimumprefixlength =" 1 "completioninterval =" 100 "completionsetcount =" 8 "Enable Caching =" False "

However, after typing a few letters, AutoCompletectster suddenly stops responding when I refresh the page, I get HTTP 403.9 - Access forbidden: Many users are using Internet Information Services

found that I was not turning off the connection to the webservice, so pressing each key gives it a New connection was to be opened


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -