A SilverLight application is making a call to a WCF service and trying to execute a stored procedure in my SQL Server database using Linq-to-SQL.
Connection string ="Data Source=ServerName;Initial Catalog=DatabaseName;Trusted_Connection=True;Connect Timeout=30000"
I get an error:
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Exception Number: 18452