<td colspan="2"><h1><a name="iisinaction">Security for the Intranet</a></h1></td>
</tr>
<tr>
<td valign="top">
<DL>
<DT><strong>Goal</strong></DT>
<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 3.02</DD>
<a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a><p>Click for a NetShow demonstration of some of the tasks mentioned in this scenario.
</center><br>
</td>
</tr>
</table>
<h2><A NAME="H2_37671418">Basic Process</a></h2>
<ol>
<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 priviledge 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 to - without 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>