M
mrkbrndck
The web service I created is using the new EL Data App Block to handle
connection to SQL Server (on separate machine). The dataconfiguration.config
file specifies the user, password, Integrated Security = false, etc.
When I run the web page that consumes the web service, I get the error
"Login failed for user 'null'" and the event log shows the database
connection failed, specifying the user name provided in the
dataconfiguration, db, etc, but the value for Integrated Security = true
instead of false.
Would I be correct to say the login is failing because Integrated Security =
true? If so, what do I need to change, so that the value in the
dataconfiguration is used?
If it helps, machine.config has impersonate = false.
Thanks in advance,
Mark
connection to SQL Server (on separate machine). The dataconfiguration.config
file specifies the user, password, Integrated Security = false, etc.
When I run the web page that consumes the web service, I get the error
"Login failed for user 'null'" and the event log shows the database
connection failed, specifying the user name provided in the
dataconfiguration, db, etc, but the value for Integrated Security = true
instead of false.
Would I be correct to say the login is failing because Integrated Security =
true? If so, what do I need to change, so that the value in the
dataconfiguration is used?
If it helps, machine.config has impersonate = false.
Thanks in advance,
Mark