Ask a Question related to ASP.NET Security, Design and Development.
-
Dave #1
Random NTLM/Keberos Authentication Problem
Hi,
We have a situation that is preventing our WorkOrder sytem
from going live. We are using
SSPI/Impersonation/Delegation from Win2k IIS5 Server to
Win2k SQL 2000 Server. Using ASP.NET/XML , we have two Web
Services that update a SQL database. Users enter data into
a web form. After each entry, in theory the request to
update the database passes through via Keberos and all
goes well 99 out of 100 times. That "1" time we get the NT
Authority Anonymous Login Failure. After running packet
captures on both servers, I discovered that authentication
is changing from Keberos to NTLM at random with no set
pattern. This happen to all of our Win2k clients at
various location with no set time of day. The security
event logs on the IIS5 server confirm this.
Has anyone else seen this quirk? Is there abug in ASP.NET
or Framework? a patch or service pack related to this? I
have already sent all of my event logs and capture files
to Microsoft but no luck so far still waiting for ideas
from them.
Any thoughts appreciated..
Dave
Dave Guest
-
NTLM API Authentication
Hi, I'm totally novice when it comes to authentication protocols. Here is what is needed to be done: Create a web service which calls the NTLM API... -
NTLM Authentication Across Forests
I have a problem that I've spent a considerable amount of time researching and still haven't quite found the answer. I have an intranet web... -
.NET HttpModule & NTLM Integrated Authentication
What I'm trying to do is Create an ASP.Net app that has both Windows-authenticated users and Anonymous users. The idea is this: When... -
ASP.Net web services authentication (NTLM)
We are developing an windows forms application that communicates to deployed web services on and Windows 2000 server. We are using windows... -
ASP/NTLM and ASP.Net/Forms authentication incapatability
We have a largish internal site written in ASP that we are trying to move to ASP.Net. We also want to move from NTLM authentication to Forms...



Reply With Quote

