B
beaverduck
My connection string is set to use integrated security. When I try to
log into my data source via my asp.net application, I get the
following error:
"Login failed for user '(null)'. Reason: Not associated with a trusted
SQL Server connection"
My NT login name is setup in the data source as a user and it has been
granted the necessary rights against the database objects.
I thinking that the default user name for asp.net application is the
asp.net machine account, and because the database does not have this
user established, I'm getting this permission error.
Does anyone know the best way to avoid this and have the credentials
of the logged in user be used via the integrated security connection
string?
log into my data source via my asp.net application, I get the
following error:
"Login failed for user '(null)'. Reason: Not associated with a trusted
SQL Server connection"
My NT login name is setup in the data source as a user and it has been
granted the necessary rights against the database objects.
I thinking that the default user name for asp.net application is the
asp.net machine account, and because the database does not have this
user established, I'm getting this permission error.
Does anyone know the best way to avoid this and have the credentials
of the logged in user be used via the integrated security connection
string?