2

Closed

Problem with upload after publish

description

Project with lightswitch
ISS 6.0
Win Server 2003
HSS.Interlink ver 2.2

upload works fine in development but after the publish i get the following error:

if i run the LS app on the server browser:
al works fine and then "download complete with errors"
[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=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer

if i run it on another pc browser in network:
al works fine and then "download complete with errors"
The remote server returned an error: NotFound.

i tried playing with the following:
            d = New UploadFileDialog()
            d.UploadUri = "http://bg106/mmanufacturers/FileUpload.ashx" and tried "/FileUpload.ashx" also without/

            and changed the webconfig to:
  <add verb="GET,POST" path="MManufacturers/FileDownload.ashx" type="HSS.Interlink.Web.FileDownload, HSS.Interlink.Web" />
  <add verb="GET,POST" path="MManufacturers/FileUpload.ashx" type="HSS.Interlink.Web.FileUpload, HSS.Interlink.Web" />
checked folder permissions of the FileStoreFolder

and al lot of other tries from this forum ... but nothing seem to be working.
it seems that i can't reach the fileupload.ashx.

am i missing something?
Closed Feb 20 at 10:36 PM by TomCornelius
Hi, this is the issue tracker for the codeplex site. You may want to post your issue on the individual project's issue tracker page.

comments