Home All Groups Group Topic Archive Search About

Utilising windows security dialog on www

Author
14 Jan 2006 12:18 AM
Martin Robins
Many sites these days offer secure areas that, when accessed, pop up the windows authentication dialog instead of their own log-in page. Is this simply a case of using Windows Authentication or do you need to do more than this?

(ASP.NET 1.1 & 2.0)

Author
14 Jan 2006 2:26 AM
Peter Bromberg [C# MVP]
Martin,
You can use Windows Authentication, Forms Authentication, or even custom
Basic or Digest Authentication, depending on your needs and how your site is
deployed.

If you look at the Quickstarts, which intalls with VS.NET or the .NET SDK,
you'll find plenty of good example code.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




Show quoteHide quote
"Martin Robins" wrote:

> Many sites these days offer secure areas that, when accessed, pop up the windows authentication dialog instead of their own log-in page. Is this simply a case of using Windows Authentication or do you need to do more than this?
>
> (ASP.NET 1.1 & 2

Bookmark and Share