Question about Ch 3 example
Problem:
Login failed for user â(null)â. Reason: Not associated with a trusted SQL Server Connection.
Solution:
I finally figure out how to get the Chapter 3 example (SQLServer_connection.aspx) to work. I added Integrated Security = true to the strConnection.
Question:
Should the example have work without setting Integrated Security attribute?
|