|
Home > Archive > IIS Server Security > October 2005 > CDO Permissions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Mendoza 2005-10-13, 6:03 pm |
| I have a script written in ASP/VBScript running on Windows 2003/IIS6. The
Script uses CDO to send an email message. When I use the Default Application
pool, using "Network Service" as the Identity, CDO works great. However, when
I change the application pool to one that uses a configurable identity (call
it "New Identity"), CDO fails with the following error:
CDO.Message.1 error '80040220'
The "SendUsing" configuration value is invalid.
I've tried giving "New Identity" modify permissions on the smtp pickup
directory, but the error remains. As soon as I switch the application pool to
the Default Pool, it works. It seems like a permissions error, but I'm not
sure where I need to set permissions for "New Identity" so that CDO works
properly. Any ideas?
| |
| Jeff Cochran 2005-10-24, 11:03 am |
| On Thu, 13 Oct 2005 09:47:45 -0700, "Mendoza"
<Mendoza@discussions.microsoft.com> wrote:
>I have a script written in ASP/VBScript running on Windows 2003/IIS6. The
>Script uses CDO to send an email message. When I use the Default Application
>pool, using "Network Service" as the Identity, CDO works great. However, when
>I change the application pool to one that uses a configurable identity (call
>it "New Identity"), CDO fails with the following error:
>
>CDO.Message.1 error '80040220'
>
>The "SendUsing" configuration value is invalid.
>
>
>I've tried giving "New Identity" modify permissions on the smtp pickup
>directory, but the error remains. As soon as I switch the application pool to
>the Default Pool, it works. It seems like a permissions error, but I'm not
>sure where I need to set permissions for "New Identity" so that CDO works
>properly. Any ideas?
NTFS permissions on the CDO DLL?
Jeff
| |
| Mendoza 2005-10-24, 11:03 am |
| I've even tried giving "Everyone" Full Control NTFS permissions, and it still
doesn't work.
"Jeff Cochran" wrote:
> On Thu, 13 Oct 2005 09:47:45 -0700, "Mendoza"
> <Mendoza@discussions.microsoft.com> wrote:
>
>
> NTFS permissions on the CDO DLL?
>
> Jeff
>
| |
| Jeff Cochran 2005-10-24, 11:03 am |
| On Fri, 14 Oct 2005 07:53:06 -0700, "Mendoza"
<Mendoza@discussions.microsoft.com> wrote:
>I've even tried giving "Everyone" Full Control NTFS permissions, and it still
>doesn't work.
Bummer. But you do realize that the group "Everyone" is just a
security group, correct? And that it's not "every account on the
system", correct?
Jeff
[vbcol=seagreen]
>
>"Jeff Cochran" wrote:
>
|
|
|
|
|