<DD>To provide a Web page that members of your airline's Frequent Flyers club can use to see how many points they have accumulated, find out what trips they might be able to buy with those points, and place reservations for those trips.</DD>
<DT><strong>Components</strong></DT>
<DD>Windows NT Server 4.0; Internet Information Server (IIS) 4.0; Active Server Pages (ASP); ADO; Microsoft SQL Server; Internet Explorer version 3.02 with Authenticode 2 update, or later versions of Internet Explorer</DD>
<DT><strong>Environment</strong></DT>
<DD>Intranet, secured; Windows NT network</DD>
</DL>
</td>
<%
If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
MachPath = "../mm/iisctr1m.asp"
Else
MachPath = "iimmnscp.htm"
End If %>
<td width="4%"></td>
<td width="19%" valign="top"><br><br>
<center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a></center>
<li>Establish Windows NT Challenge/Response authentication for an application; </li>
<li>Create the group to whom you want to grant access.</li>
<li>Assign the Log on Locally privilege to this group.</li>
<li>Change permissions to only the group created above (remove the group "Everyone").</li>
</ol>
<h2><A NAME="H2_37671735">Result</a></h2>
<p>When a member of this group attempts to use this application, they are able towithout having to type in a password. When a user that is not a member of this group attempts to use this application, they receive an error message.</p>