Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' Possible Connection String Issue?
If you intend to use integrated security you need to turn impersonation on:
<identity impersonate="true" />
Otherwise add username and password to the connection string:
Data Source=myServerAddress;Initial Catalog=myDataBase;User ID=xxx;Password=yyy;