Problems with FSO on Remote Server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim M

    Problems with FSO on Remote Server

    Hi,

    We're wanting to upload files and save them to a different server on the
    network (Windows 2000) from the web server. The upload works fine but we
    cannot copy files, using the File System Object, to this other server folder.

    Does anyone know what is required in terms of mapping and registering the
    folder so that the web server can link to it?

    Thanks,
    Tim

  • Ray Costanzo [MVP]

    #2
    Re: Problems with FSO on Remote Server

    What does "cannot" mean? Do you get an error of some sort?

    Ray at home

    "Tim M" <TimM@discussio ns.microsoft.co m> wrote in message
    news:31575236-769B-47E4-A84C-8A9F1AF2A27C@mi crosoft.com...[color=blue]
    > Hi,
    >
    > We're wanting to upload files and save them to a different server on the
    > network (Windows 2000) from the web server. The upload works fine but we
    > cannot copy files, using the File System Object, to this other server
    > folder.
    >
    > Does anyone know what is required in terms of mapping and registering the
    > folder so that the web server can link to it?
    >
    > Thanks,
    > Tim
    >[/color]


    Comment

    • Stefan Engelbert

      #3
      Re: Problems with FSO on Remote Server

      Probably your webserver runs under local system account and local system
      account doesnt
      have the right to copy?
      Try (temporarly please) to run the webserve under different credentials.
      Stefan



      "Tim M" <TimM@discussio ns.microsoft.co m> wrote in message
      news:31575236-769B-47E4-A84C-8A9F1AF2A27C@mi crosoft.com...[color=blue]
      > Hi,
      >
      > We're wanting to upload files and save them to a different server on the
      > network (Windows 2000) from the web server. The upload works fine but we
      > cannot copy files, using the File System Object, to this other server[/color]
      folder.[color=blue]
      >
      > Does anyone know what is required in terms of mapping and registering the
      > folder so that the web server can link to it?
      >
      > Thanks,
      > Tim
      >[/color]


      Comment

      Working...