Further experimentation ...
I changed the App Pool Identity to "Administrator" and then it worked!
Obviously I don't want to run my ASP.NET service under the Administrator
user, so I created a new user named "CustomASPNET" and added it to the
IIS_WPG, but it didn't work. So then just for fun I added CustomASPNET into
the exact same groups as the Administrator account but it STILL didn't
work!! What the heck could be going on here?
Some more info:
1. My Server 2003 box is a PDC
2. I am running Exchange 2003
Do either of these mean anything?
Michael Carr
"John Soulis [MSFT]" <> wrote in message
news:...
> Hello Michael,
> One of the reasons for this is that the account the W3WP process is
running
> under does not have suffient rights.
> Add the account that the W3WP process is running under to the IIS_WPG
group.
> Please let me know if this helps.
> Thank you,
> John Soulis
> Microsoft, ASP.NET
>
> This posting is provided "AS IS", with no warranties, and confers no
rights.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>