M
murphy
I have a db server machine B set up with MSDE using mixed security.
Logon Failure:
Reason: Unknown user name or bad password
User Name: ASPNET
Domain: MYDEV
Logon Type: 3
Logon Process: NtLmSsp
Authentication Package: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Workstation Name: MYDEV
This makes me think that for some reason, windows authentication is
being used instead.
My connection string:
Data Source=xy-mct01;Initial Catalog=xy;User ID=qxy;
Password=qxy;Network Library=DBMSSOCN;
Any ideas?
Thanks!
a database on B using SQL authentication.From client machine A, I can run a .net windows forms app to connect to
not connect. The event log on B shows:From an asp.net app client A, using the same connection string, I can
Logon Failure:
Reason: Unknown user name or bad password
User Name: ASPNET
Domain: MYDEV
Logon Type: 3
Logon Process: NtLmSsp
Authentication Package: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Workstation Name: MYDEV
This makes me think that for some reason, windows authentication is
being used instead.
My connection string:
Data Source=xy-mct01;Initial Catalog=xy;User ID=qxy;
Password=qxy;Network Library=DBMSSOCN;
Any ideas?
Thanks!