Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 MSDE (2000)
 LOGIN FAILED ERROR

Author  Topic 

harshal_in
Aged Yak Warrior

633 Posts

Posted - 2003-04-19 : 09:02:08
HI,
I have a webserver and database server on different machines .
while trying to connect to the database server which is having MSDE as database server with SP3 gives me the following error:

Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

the application which is connecting to MSDE is .net (.aspx pages)application.

Thanks for the help in advance.
Regards,
Harshal.

Expect the UnExpected

Andraax
Aged Yak Warrior

790 Posts

Posted - 2003-04-22 : 02:37:51
Hello Harshal!

Sounds like you are using NT authentication. If you want to do that you have to use NT authentication on the web server as well. If you don't, then you can use SQL authentication. It's usually some property called like "integrated security" on the connection.

Go to Top of Page

harshal_in
Aged Yak Warrior

633 Posts

Posted - 2003-04-25 : 08:40:03
quote:

Hello Harshal!

Sounds like you are using NT authentication. If you want to do that you have to use NT authentication on the web server as well. If you don't, then you can use SQL authentication. It's usually some property called like "integrated security" on the connection.





thnxs

Expect the UnExpected
Go to Top of Page
   

- Advertisement -