How to get the login from IIS in C#
From: DJe (dje@perso.be)
Date: 07/29/02
- Next message: Ryan Kelley: "Trouble Redirecting in Forms Authentication"
- Previous message: Alex: "ASP.NET apps security restriction"
- Next in thread: Jason Jing: "RE: How to get the login from IIS in C#"
- Reply: Jason Jing: "RE: How to get the login from IIS in C#"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "DJe" <dje@perso.be> Date: Mon, 29 Jul 2002 10:09:29 -0700
Hi all!
I made my webconf like this :
<authentication mode="Forms">
<forms name="blabla!!!" LoginUrl="AccessOK.aspx"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
So i need to make the cookie. But i'm asking a login from
windows under IIS...
(under IIS right click, properties, secure directory,
uncheck the first checkbox and check the last one - Anonym
access and Integrated Win authentification -> sorry for
the spelling my win is in french)
I'm asking this login from Windows(NT PDC) because it's
for a LAN...And it should be more easy to manage than make
a User DB...
There is a couple of hours, i'm looking to solve this
problem.
Is it possible to take it under C#?
If someone can help me. Thank you!
- Next message: Ryan Kelley: "Trouble Redirecting in Forms Authentication"
- Previous message: Alex: "ASP.NET apps security restriction"
- Next in thread: Jason Jing: "RE: How to get the login from IIS in C#"
- Reply: Jason Jing: "RE: How to get the login from IIS in C#"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|