I have a site which are used in both classic and integrated both mode and its working fine in both the mode. I have created a web.config file which is working fine in both the mode. I have only got the problem with telerik rad editor.
Telerik Rad editor for asp.net ajax requires a http handler configuration in web.config. So i have given the httphandler in both way
so i can used in classic as well as integrated mode like following.
For classic mode:
I have given followin in http handler section of web.cofig:
For integrated mode i have given following
<add path="Telerik.Web.UI.WebResource.aspx" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false" />
But the problem is that its working fine with integrated mode in IIS 7.0 but Its not working with IIS 7.0 classic mode.
I want that my web.config should work in both mode of IIS I don't want to change every time.
For IIS 7.0 classic mode i am getting following error:
Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file
Can anybody help me out for this?
Telerik Rad editor for asp.net ajax requires a http handler configuration in web.config. So i have given the httphandler in both way
so i can used in classic as well as integrated mode like following.
For classic mode:
I have given followin in http handler section of web.cofig:
<
add verb="*" validate="false" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI"/>
For integrated mode i have given following
<add path="Telerik.Web.UI.WebResource.aspx" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false" />
But the problem is that its working fine with integrated mode in IIS 7.0 but Its not working with IIS 7.0 classic mode.
I want that my web.config should work in both mode of IIS I don't want to change every time.
For IIS 7.0 classic mode i am getting following error:
Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file
Can anybody help me out for this?
