I am fairly new to ASP.NET and am receiving this error and cannot seem to find an answer, someone please help!!!
Here's my setup: I have two computers. 1 Windows 2000 server domain controller that is also my SQL 2000 database (not the ideal setup but only for learning purposes) and 1 Windows XP client with SP2 installed and Visual Basic.NET standard edtion installed. Also, have windows authentication set for SQL Server 2000.
Whenever I try to run my code (ADO.NET) I get this error:
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection
I have heard people talk about an ASPNET user account on the machine, but when I go look into my domain accounts it's not there. However if I browse to the local machine it is there. Should it be there as a domain account or do I have to created it? And what would I have to set up in SQL 2000?
I would really appreciate any help you could provide for me.
Thank You,
Chris