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

Radupload and Integrated Pipeline Mode

2 Answers 102 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Tom Williams
Top achievements
Rank 1
Tom Williams asked on 03 Sep 2009, 01:26 PM
I believe that RadUpload now supports IIS 7 integrated pipeline mode.

I am pretty sure we have the latest version of the Control suite, but when I change the application app pool to run in integrated pipeline mode, I get the following:

Could not load type 'Telerik.Web.UI.Upload.RadUploadHttpModule' from assembly 'Telerik.Web.UI'

This module is referenced in web.config under the httpModules section

<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/>

Any feedback appreciated

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 04 Sep 2009, 11:02 AM
Hi Tom Williams,

In IIS7 (integrated mode) the http module should be registered within the <system.webServer><modules> tag. I think currently you have the wrong type registered there. Please check this help topic which shows how to register radupload's http module. Alternatively you could use the design time support and register the module from the smart tag option.

Regards,
Atanas Korchev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Tom Williams
Top achievements
Rank 1
answered on 07 Sep 2009, 08:57 AM
Thanks - I'll do that, and report back
Tags
Upload (Obsolete)
Asked by
Tom Williams
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Tom Williams
Top achievements
Rank 1
Share this question
or