I am trying to see if there is some kind of solution for adding the Telerik.Web.UI.WebResource.axd to the web.config on different servers in both IIS6 and IIS7.
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
I know how to get them to work in both, but I want to deploy my application to a server running IIS6 and a server running IIS7 without having to change the web.config.
Is this possible?
Thanks.
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
I know how to get them to work in both, but I want to deploy my application to a server running IIS6 and a server running IIS7 without having to change the web.config.
Is this possible?
Thanks.