Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: NT Challenge Response


Message #1 by Nancy Flores <ndtiuflores@y...> on Mon, 25 Mar 2002 00:03:03 -0800 (PST)
I have a new project that specifies NT Challenge
Response for user authentication. It is an extranet
for around 150 people. The web server is Windows NT
4.0
I've never done this before. Can you please tell me
step by step how to go about this NT Challenge
Response? I understand you have to configure Windows
NT for this purpose. Code-wise, how do you
authenticate a user using NTCR?

__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/
Message #2 by "John" <jpmiller@a...> on Mon, 25 Mar 2002 07:12:54 -0500
Just configure IIS to use NT Challenge Response (No Anonymous Access), and
create user Ids on the host machine. When users hit your site, they are
prompted to enter a user ID and Password. You don't need to code anything in
ASP.

HTH
John Miller
jpmiller@a...

----- Original Message -----
From: "Nancy Flores" <ndtiuflores@y...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Monday, March 25, 2002 3:03 AM
Subject: [asp_web_howto] NT Challenge Response


> I have a new project that specifies NT Challenge
> Response for user authentication. It is an extranet
> for around 150 people. The web server is Windows NT
> 4.0
> I've never done this before. Can you please tell me
> step by step how to go about this NT Challenge
> Response? I understand you have to configure Windows
> NT for this purpose. Code-wise, how do you
> authenticate a user using NTCR?
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Movies - coverage of the 74th Academy Awards®
> http://movies.yahoo.com/
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20

Message #3 by "phil griffiths" <pgtips@m...> on Tue, 26 Mar 2002 14:45:29
Hi Nancy,

Take a look at this page, its a good intro 
www.devguru.com/features/tutorials/authentication/authentication.html

HTH
Phil
> I have a new project that specifies NT Challenge
Response for user authentication. It is an extranet
for around 150 people. The web server is Windows NT
4.0
I've never done this before. Can you please tell me
step by step how to go about this NT Challenge
Response? I understand you have to configure Windows
NT for this purpose. Code-wise, how do you
authenticate a user using NTCR?

  Return to Index