home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_06.cab / iiscsptp.asp < prev    next >
Text File  |  1997-10-12  |  2KB  |  68 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Internet Service Provider Scenarios</title>
  3.  
  4. <SCRIPT LANGUAGE="JavaScript">
  5.     TempString = navigator.appVersion
  6.     if (navigator.appName == "Microsoft Internet Explorer"){    
  7. // Check to see if browser is Microsoft
  8.         if (TempString.indexOf ("4.") >= 0){
  9. // Check to see if it is IE 4
  10.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  11.         }
  12.         else {
  13.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  14.         }
  15.     }
  16.     else if (navigator.appName == "Netscape") {                        
  17. // Check to see if browser is Netscape
  18.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  19.     }
  20.     else
  21.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  22. </script>
  23.  
  24. <META NAME="DESCRIPTION" CONTENT="IIS in Action: Internet Service Provider Scenarios"></head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  27.  
  28. <%
  29. If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
  30.    MachPath = "../mm/iiscsptm.asp" 
  31. Else
  32.         MachPath = "iimmnscp.htm"
  33. End If %>
  34.  
  35. <h1><a name="iisinaction">Internet Service Provider Scenarios</a></h1>
  36.  
  37. <table cellpadding="0" border="0" cellspacing="0" width="100%">
  38. <tr>
  39.  
  40. <td width="77%" valign="top">
  41. 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.
  42. </td>
  43.  
  44.  
  45. <td width="4%"></td>
  46.  
  47. <td width="19%" valign="top">
  48. <center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a></center>
  49.  
  50. <center><a href="<%= MachPath%>"><p>Multimedia Introduction</p></a></center>
  51.  
  52. </td>
  53. </tr>
  54.  
  55. </table>
  56.  
  57. <p>You can see IIS in action in the following areas:
  58. <br>
  59. <br><a href="iiscsp1.asp">Security for the Internet Service Provider</a><br>
  60. <br><a href="iiscsp2.asp">Web-Based Administration</a><br>
  61. <br><a href="iiscsp3.asp">Automating and Customizing your Operations</a><br>
  62. </p>
  63.  
  64. <hr class="iis" size="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  65.  
  66. </font>
  67. </body>
  68. </html>