home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
- <html><head><title>Internet Service Provider Scenarios</title>
-
- <SCRIPT LANGUAGE="JavaScript">
- TempString = navigator.appVersion
- if (navigator.appName == "Microsoft Internet Explorer"){
- // Check to see if browser is Microsoft
- if (TempString.indexOf ("4.") >= 0){
- // Check to see if it is IE 4
- document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
- }
- else {
- document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
- }
- }
- else if (navigator.appName == "Netscape") {
- // Check to see if browser is Netscape
- document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
- }
- else
- document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
- </script>
-
- <META NAME="DESCRIPTION" CONTENT="IIS in Action: Internet Service Provider Scenarios"></head>
-
- <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
-
- <%
- If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
- MachPath = "../mm/iiscsptm.asp"
- Else
- MachPath = "iimmnscp.htm"
- End If %>
-
- <h1><a name="iisinaction">Internet Service Provider Scenarios</a></h1>
-
- <table cellpadding="0" border="0" cellspacing="0" width="100%">
- <tr>
-
- <td width="77%" valign="top">
- You can use IIS 4.0 to provide Internet services in a number of ways. This section illustrates three scenarios in which IIS is especially useful.
- </td>
-
-
- <td width="4%"></td>
-
- <td width="19%" valign="top">
- <center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a></center>
-
- <center><a href="<%= MachPath%>"><p>Multimedia Introduction</p></a></center>
-
- </td>
- </tr>
-
- </table>
-
- <p>You can see IIS in action in the following areas:
- <br>
- <br><a href="iiscsp1.asp">Security for the Internet Service Provider</a><br>
- <br><a href="iiscsp2.asp">Web-Based Administration</a><br>
- <br><a href="iiscsp3.asp">Automating and Customizing your Operations</a><br>
- </p>
-
- <hr class="iis" size="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
-
- </font>
- </body>
- </html>