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

RadprogressArea Handler issue

2 Answers 59 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Balamurali Venkatesan
Top achievements
Rank 1
Balamurali Venkatesan asked on 05 Oct 2009, 02:12 PM
Hi,

Sometimes we are getting a HTTPHandler error for the radProgressarea.Below is the sample of the error message

RadUpload Ajax callback error

Teelrik.raduploadProgresshandler.ashx?radurid=988328323
Did You register the radUploadprogresshandler in the web.config file?

Actually we have registered the same in the web.config already.Any idea whatr would be the cause for this issue.
This occurs rarely.

Web.config content:
--------------------------------

<

 

httpHandlers>

 

<

 

add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler, Telerik.Web.UI"/>

 

</

 

httpHandlers>

 

<

 

httpModules>

 

<

 

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

 

</

 

httpModules>

 

<

 

httpRuntime maxRequestLength="1228800" />

 



Thanks and Regards
V.Balamurali

2 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 07 Oct 2009, 12:42 PM
Hello Balamurali Venkatesan,

What is the version of the IIS server? If it is 7 then you need to add additional lines under the <handlers> and <modules> sections. See the configuration article for more information.
In addition you can check this troubleshooting article.

Kind regards,
Veselin Vasilev
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
Balamurali Venkatesan
Top achievements
Rank 1
answered on 07 Oct 2009, 02:36 PM
Hi,

Thanks for the update.But we use only IIS 6.0.The issue happens occasionally and it throws the radUplaodhttphandler issue.

Thanks and Regards
V.Balamurali
Tags
Upload (Obsolete)
Asked by
Balamurali Venkatesan
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Balamurali Venkatesan
Top achievements
Rank 1
Share this question
or