I am using auto complete extender to get the cities based on countries which is working fine in the development environment as well in staging. But, same build throwing exception while working on production server.
CDN enabled and referring the https:/CDNPath/ajaxlib.js
We have even one test space on production before we place into live, which is not having above three things(Not https enabled, referring to physical paths of JQuery and AjaxLib.js). In this production test the build is working fine without any issues,
but in the live environment we are getting following javascript exception
A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
None
0 Points
1 Post
Auto complete extender not working on production server
Mar 13, 2015 01:20 AM|kkbussa|LINK
I am using auto complete extender to get the cities based on countries which is working fine in the development environment as well in staging. But, same build throwing exception while working on production server.
Where the production server has
https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js
https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js
We have even one test space on production before we place into live, which is not having above three things(Not https enabled, referring to physical paths of JQuery and AjaxLib.js). In this production test the build is working fine without any issues, but in the live environment we are getting following javascript exception
A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
Script: https://www.ebizlink.biz/ScriptResource.axd?d=Tz1ZHcFw3b_BfaG6l55SD3gHTBKEiAHxJoN5Q608zY5xEOX6_0tGKvJl_skP0d2-tjxQ438qzR1rvYCif8ovbIZ09yIuNizzM9aGOxT4F6HnstOASzI6kLyXe67gl8oyz5Pt6Q2&t=23c9c237:2
My development environment is MS Visual Web Developer 2010 Express
Can any one suggest on this issue?
Thanks in advance
All-Star
48393 Points
12161 Posts
Re: Auto complete extender not working on production server
Mar 16, 2015 12:01 AM|chetan.sarode|LINK
Refer this similar thread - http://forums.asp.net/t/1580626.aspx?AutoCompleteExtender+and+PageMethod
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
All-Star
16806 Points
2777 Posts
Re: Auto complete extender not working on production server
Mar 18, 2015 04:16 AM|Kevin Shen - MSFT|LINK
Hi kkbussa,
Thanks for your post here.
For your issue ,I suggest that you could try the solution below:
1 Verify that Active Scripting, ActiveX, and Java are not being blocked by Internet Explorer.
2 Disable Script Debugging in IE.
Best Regards,
Kevin Shen.