Windows + Anonymous Authentication
Bonjour,
I'm developping a website with authentication = windows et impersonate =
true.
I want to read the LoginNT when users are inside the domain, and read in
database my roles. That's OK.
The problem is the users can come from outside, and in that case I want to
check user/pass in a database (they are not un AD).
So, I have to allow anonymous connections in IIS.
In that case, the anonymous user is always used, even if I am in the domain
(IIS first try anonymous, then NTLR). How to invert this ?
Maybe I can create 2 virtual reps ? But is it OK to put 2 virtual reps on
the same directory with different rights ?
Thanks a lot !
Ornette.
.
Relevant Pages
- RE: Occasional SecurityException when impersonating a user on a ne
... If we were to switch to using SQL server authentication then that would ... user account for the product and granting it access to the database. ... the new thread impersonate the local user so that the thread will be ... executes a long running task in a separate thread and refresh the ... (microsoft.public.dotnet.framework.aspnet) - Re: deploy asp.net application with sql server express database
... impersonate the connecting user, use ... or to impersonate a specific user, ... > I had no luck in getting the following question answered in the SQL Server ... Every week there is a new database to attach. ... (microsoft.public.dotnet.framework.aspnet) - Impersonation Using VBA
... We have an MDB that will need to impersonate a system user rather than ... IT will assign the security groups surrounding the ... Security will be set so users can use the database, ... (comp.databases.ms-access) - Re: Troubles with Security Model - Advice Needed Please
... What I mean is that I have the same code to access and query my database ... advantage of connection pooling using the impersonate functionality. ... >> Make sure the usernames are allowed in the SQL Database, ... >> Make sure you have Integrated Windows Authentication on only in IIS ... (microsoft.public.dotnet.security) - Re: Troubles with Security Model - Advice Needed Please
... What I mean is that I have the same code to access and query my database ... both in an .aspx page and in my Global.asax file, ... advantage of connection pooling using the impersonate functionality. ... > Make sure you have Integrated Windows Authentication on only in IIS ... (microsoft.public.dotnet.security) |
|