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

RadUpload and Windows Authentication

1 Answer 81 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Stephane Priolet
Top achievements
Rank 1
Stephane Priolet asked on 16 Oct 2009, 03:12 PM

I have a problem with the RadUpload Silverlight.
When I use the radupload in my local solution, all is OK.

When my silverlight application is deployed on a server with windows 2003 SP2 and IIS-6 with Windows Authentication (i can't change it, the application needs it ), I have an error :
Handler not found or execution of handler failed!
the server return : Notfound

So I've tried to inspect the http request with fiddler and then when the silverlight application access to the RadUploadHandler (ashx file) it return an error 401.2 which is a problem of authentication.

If I try the uri of the file .ashx in ie the response is normal :
{"JSONData":[{"Key":"RadUAG_message","Value":"Empty file name"},{"Key":"RadUAG_success","Value":false}]}

Could you help me to find the way to have authentication information when the radupload SL call the ashx.
Thanks

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 19 Oct 2009, 05:47 PM
Hello Stephane Priolet,

We answered in your other ticket. Please preview it.

Kind regards,
Ivan
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.
Tags
Upload
Asked by
Stephane Priolet
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or