Hi Telerik,
I have an application, sitting in the _layouts directory of SharePoint. After updating to 2009/1 I get an AJAX Error when opening Document/Image Manager. Did you changed something?
I tried to change the web.config to
and
editor.DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"
But no avail (IIS 7).
Thanks for answering,
Andreas
I have an application, sitting in the _layouts directory of SharePoint. After updating to 2009/1 I get an AJAX Error when opening Document/Image Manager. Did you changed something?
I tried to change the web.config to
<add name="Telerik_Web_UI_DialogHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" /> |
editor.DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"
But no avail (IIS 7).
Thanks for answering,
Andreas