• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Microsoft VBScript runtime error '800a0046'

M

may29adil

Guest
Hello,

i am using FSO (FieSystemObject) and when i upload anything i get this error Microsoft VBScript runtime error '800a0046' Permission denied.

so please tell me wht to do
i even complete these steps
http://forum.swsoft.com/showthread.php?t=51887

but problem was't sloved so please tell me anyone what to do???

Thanks
Adil Irshad
 
for Permission denied errors that means that what ever account is attempting to write the files doesnt have access to the destination folder.

So use the FileMon utility from sysinternals (now owned by microsoft) - its free - and that should tell you what is being denied and where.

it could be something simple like the c:\tmp or c:\windows\tmp folder doesnt have network service permissions set, or it could be something much more involved.
 
Back
Top