I could run the UploadTour example using Visual Studio without any problem to upload file to the proper directory. However, after I publish the web application to a local IIS webserver, I get a webexception when I try to upload a file.
The exception is as follows:
System.Net.WebExcetion: The remote server returned an error: NotFound.
at System.Net.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
at System.Net.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState)
at System.Net.Browser.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState)
--- End of inner exception stack trace ---
at Xceed.http.Uploader.HttpUploader.EndUploadItem(IASyncResult asyncResult)
at Xceed.http.Uploader.HttpUploader.EndUploadIFile(IAsyncResult asyncResult, Object reserved)
at Xceed.Sample.Upload.Silverlight.UploaderTour.StaticUploades.EndStaticUploads(IAsyncResult result)
at Xceed.Sample.Upload.Silverlight.UploaderTour.PageStaticUploadCallbackMainThread(IAsyncResult result)