Author |
|
itzik Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 06 June 2005 at 3:27am | IP Logged
|
|
|
Hi Alex,
When I send mail include attachment, I get the error: Permission denied.
This error relate to the line:
fso.DeleteFile fTemp.Path & "\" & Session("file_" & I).
Any idea?
Thanks,
Itzik
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 06 June 2005 at 8:19am | IP Logged
|
|
|
"Permission denied" means you have no permissions to delete the requested file. Make sure internet guest user (such as IUSR_<YOUR_SERVER_NAME>) has "Full Control" permission over fTemp.Path folder.
Regards,
Alex
|
Back to Top |
|
|