This is a migrated thread and some comments may be shown as answers.

Telerik.Web.UI.WebResource.axd in IIS6 and IIS7

1 Answer 114 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Wes
Top achievements
Rank 1
Wes asked on 12 Feb 2013, 03:21 PM
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.

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 15 Feb 2013, 11:02 AM
Hi Wesley,

You should register the HTTP handler both in the <handlers> and <httpHandlers> sections of web.config in order to ensure that it will work both in IIS6 and IIS7. You can check this setup in the help article Getting Started of RadCaptcha. Note that you have to use a fully qualified name if the Telerik.Web.UI assembly is installed in GAC, which is covered in the linked article as well.

Regards,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Wes
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or