Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON

Reply
Thread Tools

Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON

 
 
Jas
Guest
Posts: n/a
 
      09-22-2006
Hi, we're trying to install IIS 6.0 and SQL Server 2005 on different machine
because we want to be bale to use the performance of each server and we're
getting an error Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON.

So what we tried it's putting the application on the same machine that have
SQL Server on it and it worked. But the problem is that we want it seperate
on different machine.

Each machine is using Windows 2K3 without Active Directory.

We want to use Windows Authentication because we restricted tables per user
groups.

Does someone have any idea on how we could pass the username and the
password to from the IIS machine to the SQL Server machine witout having to
create a login page where the user have to put his username and a password to
long on.

There is probably a way to do it but we tried to much things!!!

Thanks in advanced for any answer!!!
 
Reply With Quote
 
 
 
 
bruce barker \(sqlwork.com\)
Guest
Posts: n/a
 
      09-25-2006
windows security does not support this (one hop rule). you need to switch to
kerberos authentication, and enable credentials forwarding or you could use
basic security. in either case, you need to enable identity impersonate in
the web config

-- bruce (sqlwork.com)

"Jas" <> wrote in message
news:FD8146A7-49B0-4EFD-BDCB-...
> Hi, we're trying to install IIS 6.0 and SQL Server 2005 on different
> machine
> because we want to be bale to use the performance of each server and we're
> getting an error Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON.
>
> So what we tried it's putting the application on the same machine that
> have
> SQL Server on it and it worked. But the problem is that we want it
> seperate
> on different machine.
>
> Each machine is using Windows 2K3 without Active Directory.
>
> We want to use Windows Authentication because we restricted tables per
> user
> groups.
>
> Does someone have any idea on how we could pass the username and the
> password to from the IIS machine to the SQL Server machine witout having
> to
> create a login page where the user have to put his username and a password
> to
> long on.
>
> There is probably a way to do it but we tried to much things!!!
>
> Thanks in advanced for any answer!!!



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot open user default database. Login failed. Login failed for user 'HEMPC\ASPNET' Tony Johansson ASP .Net 3 01-02-2010 04:09 PM
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON =?Utf-8?B?QnVnZ3ltYW4=?= ASP .Net 5 12-31-2007 07:09 AM
a real challange: Login Failed for user 'NT Authority\Anonymous LOGON' Sorcerdon ASP .Net 2 07-05-2006 06:46 PM
Question Help: Logon vs Account Logon, Local Logon vs Authentication CJH Microsoft Certification 0 01-04-2006 04:03 PM
website connection to database time out problem : login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' Maellic ASP .Net 3 01-13-2004 06:21 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57