Hello,
When using anonymous access, the account setup for anonymous access is the account that application is running as (IUSR_<machine name> or another account that you specified). You have to give that account permissions.
When using windows authentication, the app is running as the <machine name>\ASPNET account.
How are you accessing the application, with a SQL login ID or with integrated security (which retrieves the account that the app is running under)?
Thanks,
Brian
|