R
Robert
Running ASP.NET 1.1 application on Windows XP Pro.
Trying to connect to a SQL 2000 server as the annonymous
user using a trusted connection.
I keep getting:
System.Data.SqlClient.SqlException: Login failed for
user '(null)'. Reason: Not associated with a trusted SQL
Server connection.
The IUS_machinename login is a valid user in my SQL
database.
Does .NET use some other user authority to connect to a
sql database?
Trying to connect to a SQL 2000 server as the annonymous
user using a trusted connection.
I keep getting:
System.Data.SqlClient.SqlException: Login failed for
user '(null)'. Reason: Not associated with a trusted SQL
Server connection.
The IUS_machinename login is a valid user in my SQL
database.
Does .NET use some other user authority to connect to a
sql database?