Hi,
I have a web site running on IIS 6 (using both Telerik and AJAX Control toolkit), it works fine.
But then I copy the website on an Win 2008 Server running IIS 7.0, the program dosen't work and I got the ASP.NET AJAX failed to load Javascript error, I've added the handler to the web.config but with no luck.
I am using the RadControl v.2010.3.1317.35
And our web hosting is using Plesk Control Panel.
Please advise. Thanks
Andy Ho
I have a web site running on IIS 6 (using both Telerik and AJAX Control toolkit), it works fine.
But then I copy the website on an Win 2008 Server running IIS 7.0, the program dosen't work and I got the ASP.NET AJAX failed to load Javascript error, I've added the handler to the web.config but with no luck.
<system.webserver>
<handlers>
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
</handlers>
</system.webserver>And our web hosting is using Plesk Control Panel.
Please advise. Thanks
Andy Ho