Ask a Question related to ASP.NET Security, Design and Development.
-
Steve #1
Custom Authentication Debug Problem
hi,
we've implemented a httpmodule for digest-authentication
and are now facing a debug-problem.
debugging requires windows-authentication being enabled in
IIS, to grant the the current user access to the process.
unfortunately this causes internet explorer to use NTLM-
authentication (regardless of any settings) ... so either
debugging or the digest-authentication works.
do you have any ideas how to solve this?
our approach was to prevent ie from using ntml-auth.
we've tried
* adjusting the security settings
* setting
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersio
n\Internet Settings\DisableNTLMPreAuth to 1
* setting
HKEY_LOCALMACHINE\System\CurrentControlSet\Control \Lsa\lmco
mpatibilitylevel to 1, 3, 5
* setting
HKEY_LOCALMACHINE\Software\Microsoft\InternetExplo rer\Secur
ity\NTLM\SchemeList to (well...) absurd values
non of these attempts was crowned with success.
are there any other possibilities?
any help will be gratefully appreciated!
Steve Guest
-
Custom Authentication
I am implementing some custom authentication for an intranet app I am building for my company. It is all done and working but I was wondering if... -
The most efficient way to buid / debug custom control
Hi, I've got the following question: I'm currently in the process of building a custom control (the one that is compiled into a single dll), and... -
WebService custom authentication
I have a .NET web service that allows access to various levels of resources (data) depending on what user logs into IIS using Basic authentication. ... -
Authentication and custom errors
I have an intranet application that uses w2k Integrated Windows Authentication to authenticate users. We now have a situation where people will be... -
Custom Authentication Ticket
James, I found your C code and tutorial about this. I attempted to convert it to VB as follows but could you possibly tell me why the code segment...



Reply With Quote

