I have deployed the application on IIS using SSL certificate, every thing is working fine if we access through IP address. When I use internet address like
website.abc.com/app this error comes and not able to load ajax toolkit controls.
I searched on google and check with all first 50 links but no luck.
In this scenario, I would like to suggest you try to check the following link,Jonathan has provided a detailed solution there:Error: ASP.NET Ajax client-side framework failed to load.http://forums.asp.net/t/1243449.aspx#2291128
Member
647 Points
199 Posts
asp.net ajax client-side framework failed to load
Mar 14, 2014 04:44 AM|cachet.net|LINK
Hi,
I am facing this issue in following case.
I have deployed the application on IIS using SSL certificate, every thing is working fine if we access through IP address. When I use internet address like website.abc.com/app this error comes and not able to load ajax toolkit controls.
I searched on google and check with all first 50 links but no luck.
Please help to resolve this issue.
Thanks
ajaxToolkit
All-Star
48260 Points
17978 Posts
Re: asp.net ajax client-side framework failed to load
Mar 14, 2014 05:05 AM|PatriceSc|LINK
Hi,
Have you tried your browser dev tools to see what happens to the http request that tries to load those scripts ?
ajaxToolkit
Member
647 Points
199 Posts
Re: asp.net ajax client-side framework failed to load
Mar 14, 2014 05:11 AM|cachet.net|LINK
Yes, in chrose browser I checked in console
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
and missing files are
WebResource.axd
ScriptResource.axd
ajaxToolkit
All-Star
30411 Points
3628 Posts
Re: asp.net ajax client-side framework failed to load
Mar 16, 2014 11:26 PM|Fuxiang Zhang - MSFT|LINK
Hi cachet.net,
Thank you post the issue to our forum.
Based on your description I see your web application deployed on iis with SSL certificate.
And you can access website with IP address but not domain name. For this issue, I think it is the certificate problem.
Systems administrators often mistakenly correlate client certificates with SSL server certificates.
IP address is an identifier for a computer or device on a TCP/IP network. So it may need not the SSL certificates and you can access it successfully.
Please check below thread and blog for more information.
http://social.technet.microsoft.com/Forums/windowsserver/en-US/d54b72dd-ea16-4265-83ed-b9b67febe964/url-work-with-ip-address-but-not-server-name?forum=winserversecurity
http://www.lifeasasysadmin.com/tag/iis7-5/
Hope that helps, thanks.
Best Regards!
ajaxToolkit
All-Star
48393 Points
12161 Posts
Re: asp.net ajax client-side framework failed to load
Mar 16, 2014 11:34 PM|chetan.sarode|LINK
Hi,
In this scenario, I would like to suggest you try to check the following link,Jonathan has provided a detailed solution there: Error: ASP.NET Ajax client-side framework failed to load. http://forums.asp.net/t/1243449.aspx#2291128
http://forums.asp.net/p/1279937/2442844.aspx
If I’ve misunderstood the facing issue, please feel free to let me know.
http://geekswithblogs.net/WillSmith/archive/2008/12/11/resolving-asp.net-ajax-client-side-framework-failed-to-load.aspx
http://encosia.com/updated-your-webconfig-but-sys-is-still-undefined/
http://forums.asp.net/t/1947703.aspx
ajaxToolkit
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.