Hello all,
I have read a lot of posts on this error, but none of them have helped me out.
This is rather interesting error for me cause if in the web.config file I set the Connection String to our development Sql Server, everything works.
connectionString="Initial Catalog=CRDM;data source=DBServer1\Inst4;Integrated Security=SSPI;persist security info=False;Trusted_Connection=Yes" providerName="System.Data.SqlClient"/>
Everything works fine in this case.
When I set it to our UAT Sql Server, this is when I get the errors.
connectionString="Initial Catalog=CRDM;data source=DBServer2\Inst1;Integrated Security=SSPI;persist security info=False;Trusted_Connection=Yes" providerName="System.Data.SqlClient"/>
So this is telling me it's definitely some SQL Server setting that is diff between the 2 Sql Server machines (both running on Windows Server 2003). All databases are Sql Server 2005.
I'm using this connection to get data into a DataGrid, fairly straight forward and standard piece of code there.
Any ideas on this ?
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[SqlException (0x80131904): Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.] |