A
Andrew
Hell-hohoho to all...
Just begun working with asp.net linking to sqlServer 2000, had some
problems with the (null) user, but previous posts have got me past
that by storing an identity in the web.config file. However, I want
to dyamically set the login info, from a prompted box. I'm aware of
the security issues here, but I'll ignore that for now. The kb
article I saw set the following info in the connection string of the
sql connection:
data source=[SERVER MACHINE];initial catalog=[DB NAME];user id=
[DOMAIN\USER];password=[PASSWORD]
While the same user info worked when hard-coded into the config file,
here it sqys that
Login failed for user 'pcc.login\fraya'
at the point of connection.open().
Am I missing something from the connection string? That's exactly
what the knowledgebase article said.
Any help? Cheers, and holiday greetings.
Andrew Fray
Just begun working with asp.net linking to sqlServer 2000, had some
problems with the (null) user, but previous posts have got me past
that by storing an identity in the web.config file. However, I want
to dyamically set the login info, from a prompted box. I'm aware of
the security issues here, but I'll ignore that for now. The kb
article I saw set the following info in the connection string of the
sql connection:
data source=[SERVER MACHINE];initial catalog=[DB NAME];user id=
[DOMAIN\USER];password=[PASSWORD]
While the same user info worked when hard-coded into the config file,
here it sqys that
Login failed for user 'pcc.login\fraya'
at the point of connection.open().
Am I missing something from the connection string? That's exactly
what the knowledgebase article said.
Any help? Cheers, and holiday greetings.
Andrew Fray