bjzielinski
IS-IT--Management
I know this is a file permission problem, but I cannot see the file permissions myself. I only have FrontPage access to the remote host. I can have the administrator look at it, but I'd like to tell him exactly what to do. Basically I have a script that creates a temp file for vcard downloading. When I run the script, I get
Microsoft VBScript runtime error '800a0046'
Permission denied
/vcard.asp, line 44
vcard.asp contents:
42: whichFN=server.mappath("/vcards/test.vcf"
43: Set fstemp = server.CreateObject("Scripting.FileSystemObject"
44: Set filetemp = fstemp.CreateTextFile(whichFN, true)
The file does exist (same error even if it doesn't).
Is it possible for me to see the file permissions, and if not, what does the IUSR permission need? Thanks.
Bill Zielinski
bzielinski@co.midland.mi.us
County of Midland, Michigan
Microsoft VBScript runtime error '800a0046'
Permission denied
/vcard.asp, line 44
vcard.asp contents:
42: whichFN=server.mappath("/vcards/test.vcf"
43: Set fstemp = server.CreateObject("Scripting.FileSystemObject"
44: Set filetemp = fstemp.CreateTextFile(whichFN, true)
The file does exist (same error even if it doesn't).
Is it possible for me to see the file permissions, and if not, what does the IUSR permission need? Thanks.
Bill Zielinski
bzielinski@co.midland.mi.us
County of Midland, Michigan