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

Async file upload problem

1 Answer 152 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Alin
Top achievements
Rank 1
Alin asked on 17 Jun 2011, 07:14 PM
Hello

I tried the async file upload example from the demos, the one within a grid, and it worked ok on my developer machine, in debug mode.
Then after i deployed it on a remote virtual machine, which runs IIS 6, it stopped working!
The error is a javascript one, saying something about Silverlight, it's quite large but i'll paste it here:
Message: Unhandled Error in Silverlight Application [HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60129.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ;  at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
   at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at UploadPrototype.MainPage.ProcessResponse(IAsyncResult asyncResult)
   at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassd.<InvokeGetResponseCallback>b__b(Object state2)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Line: 1
Char: 1
Code: 0

I updated the telerik version to the latest from the the site, and also referenced the new dlls in my project, but the problem persists.
Is there a way to solve this?

Thx a lot.

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 21 Jun 2011, 03:04 PM
Hi Alin,

Please make sure that the Telerik.Web.UI.WebResource.axd handler is registered in the web.config with resepct to IIS 6.0. For details, I suggest that you take a look at the following help article. (Point 1)

Greetings,
Genady Sergeev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
AsyncUpload
Asked by
Alin
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or