hi to everyone its me again..
[php]
questioning the endlesses questions...
i have a connection string in vb.net application and it works fine..
[/php]
but when i use this connection to asp.net it throws an error: System.Data.SqlClient.SqlException: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
VB Code:
  1. Dim cn As New SqlConnection("integrated security=true;initial catalog=northwind;data source=local host")

what im i missing in asp.net???
im very new in this thing since this is my first approach on asp.net..

pls. help...