Hello Manish Arora,
I've noticed that you have downloaded the 2008.1.619 version of RadControls for ASP.NET AJAX
This means that your web.config should look like:
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, |
Telerik.Web.UI, Version=2008.1.619.20, Culture=neutral, PublicKeyToken=e8ab424810b6b9b5 " /> |
where
2008.1.619.20 is the assembly version for ASP.NET 2.0 and
2008.1.619.35 is the assembly version for ASP.NET 3.5 (please enter it appropriately)
By analogy, the httpHandler should look like:
<add verb="*" path="Telerik.RadUploadProgressHandler.ashx" |
type="Telerik.Web.UI.RadUploadProgressHandler, |
Telerik.Web.UI, Version =2008.1.619.20, Culture=neutral, PublicKeyToken =e8ab424810b6b9b5 " /> |
Please enter the version according to your framework version.
We will update our online help immediately and the change will be visible after the next site update.
Thank you for you for spotting this to us - I have updated your Telerik Points.
Kind regards,
Veskoni
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.