Welcome to the Xceed Community | Help
Community Search  
More Search Options

WebException when it is published to IIS website.

Sort Posts: Previous Next
  •  12-14-2009, 10:20 PM Post no. 25208

    WebException when it is published to IIS website.

    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)

     

  •  06-07-2010, 10:36 AM Post no. 27096 in reply to 25208

    Re: WebException when it is published to IIS website.

    Debugging your server site might help.

    Not found could be anything from a missing directory with proper permissions to save the file to a missing file.


    Vince
    Developer
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.