Ask a Question related to ASP.NET Security, Design and Development.
-
DougM #1
Kerberos not being used, only NTLM - Login failed for user '(null)'
We have a Win2K3 Server running an ASP .NET application that connects
to a Win2K3 server running SQL 2000 on the backend.
Whenever a user opens the application page in their client browser
they get the error message:
"The following error occurred whilst loading the page: Login failed
for user '(null)'. Reason: Not associated with a trusted SQL Server
connection."
We have been through all the newsgroups, the Microsoft
"Troubleshooting Kerberos Delegation" whitepaper, the Microsoft
"Troubleshooting Kerberos Errors" whitepaper and it appears as though
Kerberos has been turned off for IIS on this middle tier server. When
a client connects it doesn't even attempt Kerberos authentication but
immediately authenticates with NTLM, which explains the login failure
for user '(null)' error. What we can't work out is why Kerberos isn't
even attempted.
Thanks in advance,
Doug.
DougM Guest
-
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
I am pulling my hair out..... I am trying to put a bound data grid on a webform... I have 4 data connections in my server explorer, all of which... -
Login failed for user '(null)'. Reason: Not associated with a trus
The webserver ASPNET account may not be properly mapped with Server2(SQL). Just delete the ASPNET acocunt in sql server, and create a Nt Account... -
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
I am losing lots of hair over this issue. We are trying to implement windows authentication from a web server to a database server. The web server... -
Login failed for user (null) with Remote References (CAO) in Remoting
I have a very simple C# remoting application, IIS hosted, using remote references (MarshalbyRef objects) and a Factory model (singleton) on windows... -
Login failed for user '(null)'
I am running a third-party web application (mainly ASP and specific pages with their own extension that are processed by a third-party ISAPI dll)... -
Ken Schaefer #2
Re: Kerberos not being used, only NTLM - Login failed for user '(null)'
See responses in microsoft.public.inetserver.iis.security
Cheers
Ken
"DougM" <doogie_of_oz@hotmail.com> wrote in message
news:68ac046a.0409212310.68071ac9@posting.google.c om...> We have a Win2K3 Server running an ASP .NET application that connects
> to a Win2K3 server running SQL 2000 on the backend.
>
> Whenever a user opens the application page in their client browser
> they get the error message:
> "The following error occurred whilst loading the page: Login failed
> for user '(null)'. Reason: Not associated with a trusted SQL Server
> connection."
>
> We have been through all the newsgroups, the Microsoft
> "Troubleshooting Kerberos Delegation" whitepaper, the Microsoft
> "Troubleshooting Kerberos Errors" whitepaper and it appears as though
> Kerberos has been turned off for IIS on this middle tier server. When
> a client connects it doesn't even attempt Kerberos authentication but
> immediately authenticates with NTLM, which explains the login failure
> for user '(null)' error. What we can't work out is why Kerberos isn't
> even attempted.
>
> Thanks in advance,
> Doug.
Ken Schaefer Guest



Reply With Quote

