Re: Windows Authentication
- From: "Willy Denoyette [MVP]" <willy.denoyette@xxxxxxxxxx>
- Date: Wed, 31 May 2006 11:25:09 +0200
"Ian Jenkins, MCSD" <jworksinc@xxxxxxxxx> wrote in message
news:1149025317.146314.4780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
| Is there a way to use a web form as a means to authorize a user through
| windows authentication?
|
| For Example:
|
| http://www.mysite.com/login.aspx. (anonymous access)
|
| http://www.mysite.com/secure (secured by basic authentication)
|
| Login.aspx would handle the authentication and redirect to
| http://www.mysite.com/secure (and the user would not be asked for
| credentials).
|
A number of patterns & practices modules do cover this, start with:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/PAGExplained0001.asp
and read the docs refered to in "Additional Resources".
Willy.
.
- References:
- Windows Authentication
- From: Ian Jenkins, MCSD
- Windows Authentication
- Prev by Date: RE: How does one update two tables with the DataSet changes
- Next by Date: RE: C# - ASP - Gridview
- Previous by thread: Windows Authentication
- Next by thread: Functional Equivalence?
- Index(es):
Relevant Pages
|