iis 7 - Classic ASP .CopyFile "Permission Denied" error on Windows Server 2008, IIS 7 -
we upgrading our intranet web server windows server 2000, iis 4 environment windows server 2008, iis 7 environment. part of upgrade, i'm modifying classic asp application make work in new environment.
one of pages attempts create new word file copying template file (.dot) word file (.doc) in same directory on web server, using command:
fs.copyfile docroot & templatefile,docroot & docname, true
note - docroot absolute path, not virtual path.
the destination folder set have full permissions for:
- everyone
- administrators
- iusr
- iwam accounts
i still following error:
microsoft vbscript runtime error '800a0046' permission denied
just wondering if had seen this, , if there workaround available. (i attempted set default application user use permissions, didn't work, either...)
the problem in windows 2008 /2008 r2 uac service born in vista era. secures in inetpub directory ... workarround try put file in users/public/ directory, modify path , try again.
another thing can try giving file's total control privileges iis_wpg group.
Comments
Post a Comment