Results 1 to 2 of 2

Thread: Download Permissions Prob on NT

  1. #1
    David Long Guest

    Download Permissions Prob on NT

    I set up a number of ASP pages for mutiple users on a NT server usins IIS.
    The download feature works fine for me, but when any other users try to use the download feature,they get a browser message that states that they may not have server permissions to perform that operation.
    I contacted our server admin about the problem, and he said he needs to know where the file that is generated for download is created, guessing that they need write permissions at that location.
    My question to you is, do you know where on the server that file may be generated?
    Is it in the directory the dll was installed?
    I`m just assuming that I`m on the right track regarding this issue.
    Thanks

  2. #2
    Frank Guest

    Download Permissions Prob on NT (reply)

    David,

    The download "file" (stream) is generated dynamically in the same dir the asp file is residing. It is not actually a "file" until it hits the client`s disk.

    Frank

    On 10/9/98 7:54:08 AM, David Long wrote:
    > I set up a number of ASP pages for mutiple users on a NT server usins
    > IIS.
    The download feature works fine for me, but when any other users try
    > to use the download feature,they get a browser message that states that
    > they may not have server permissions to perform that operation.
    I
    > contacted our server admin about the problem, and he said he needs to know
    > where the file that is generated for download is created, guessing that
    > they need write permissions at that location.
    My question to you is, do
    > you know where on the server that file may be generated?
    Is it in the
    > directory the dll was installed?
    I`m just assuming that I`m on the right
    > track regarding this issue.
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •