| Ray Costanzo [MVP] 2005-07-29, 6:00 pm |
| That should suffice. Your server probably has a directory,
C:\Inetpub\mailroot\pickup. When the CDO object executes its send method,
it's trying to write a file to that directory (the .msg file). If the
account running the script, typically IUSR_machine-name in a Web site,
doesn't have permission to write to that directory, you will get this
permission denied directory. So, try giving that user permission to write
to that directory.
Ray at work
"DigitalRick" <DigitalRick@discussions.microsoft.com> wrote in message
news:B8369CC0-D4E3-4DF5-A5F3-87A8FA543DF6@microsoft.com...
> Sorry, in my haste to include as much information as possible I left out
the
> most important part.
>
> The exact error I am getting when you click "submit" is:
>
> Microsoft VBScript runtime error "800a0046"
> Permission denied
> /sarah/thanks.asp, line 164
>
> That lines appears to be pointing to objCDOMail.Send
>
> Please let me know if I have left any other necessary imformation out.
>
> Rick
|