- Goal
- If you're running a public Web site or extranet, security is critical to your business. You can use IIS 4.0 to secure your site, providing the right people the appropriate access to the information you want them to have.
- Components
- 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
- Environment
- Internet, secured
|
<%
If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
MachPath = "../mm/iiscpb1m.asp"
Else
MachPath = "iimmnscp.htm"
End If %>
|
Multimedia Demonstration
|