How to pass userid and password

Discussion in 'Classic ASP' started by Thinair, Mar 20, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a ASP File Upload Script.
    I setup a userId and password with the User Manager.
    I then used the Permission Manager to allow the userId to read/write to a (sub)directory to upload files.
    My question is...how do you pass the userid and password from the ASP script using Server.CreateObject("Scripting.FileSystemObject") ?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I don't believe you can do that w/ ASP.


    If the script is in a protected directory, it will automatically assume the identity of the login user.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Classic ASPwould only be able to do this if it was a Global value from the root application.
    Gosh this brings back some nightmares. [​IMG]
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page