
| email this FAQ to a colleague
Q: Checking the Mailer.Response property returns "File Access Denied". What's wrong? A: You probably don't have a Temp path set up, or if you do, the IIS User (or any users authenticating under IIS) don't have read/write access to the temp directory. - Make sure the directory exists
- Make sure the Temp var exists in your NT/Win95 environment.
- Make sure all users which need access to the component (the anonymous IIS user and any other users which authenticate under IIS) have read/write access to this path.
- Stephen Genusa |