iis security:
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?