Microsoft VBScript runtime error '800a0046' Permission denied

Discussion in 'Site Programming, Development and Design' started by pschubert, May 8, 2014.

  1. Hi All,

    I receive the above error when I attempt to use the FileSystemObject to write to a text file on the server. My searches indicate that the cause may be that the proper permissions are not set for the root folder. When I use IIS7 manager to try to set Anonymous Authentication to Specific User, I get this error:
    Keyset does not exist (Exception from HRESULT: 0x80090016).
    I'm entering my own user name and password in Set Credentials.
    Does anyone know what I'm doing wrong, and how to fix it?
    Thanks in advance for your help.
     
  2. That's all right, never mind. I figured it out for myself. It had nothing at all to do with IIS7 Manager. It had everything to do with the way I wrote the vbs! Not surprised, really, as I'm an alumnus of the School of Trial and Error.
     
    ComputerMan, Michael and Elshadriel like this.
  3. We've all gone to that school.
     

Share This Page