If you are using anonymous IIS access then the default windows accounts:
<IUSR_computername> (Internet Guest Account) and IWAM_<machinename> (for out-of-process websites) are local accounts, i.e. they do not have access to remote resources
change the anonymous user account to a domain account, or some other
account that does have access to the remote database.
|