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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Public Web Site and Extranet 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="Introduction to IIS in the real world."></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/iiscpbtm.asp" 
  31. Else
  32.         MachPath = "iimmnscp.htm"
  33. End If %>
  34.  
  35. <h1><a name="iisinaction">Public Web Site and Extranet 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 power your Public Web Site or Extranet in a number of ways. This section illustrates four scenarios in which IIS is especially useful.
  42. </td>
  43.  
  44.  
  45.  
  46. <td width="4%"></td>
  47.  
  48. <td width="19%" valign="top">
  49. <center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a></center>
  50.  
  51. <center><a href="<%= MachPath%>"><p>Multimedia Introduction</p></a></center>
  52.  
  53. </td>
  54.  
  55. </tr>
  56. </table>
  57.  
  58. <table border="0" cellpadding="0" WIDTH="100%">
  59. <tr>
  60. <td width="10"></td>
  61. </tr>
  62. <tr>
  63. <td>
  64. <br>
  65. <p>You can see IIS in Action in the following areas:
  66. <br>
  67. <br><a href="iiscpb1.asp">Security for the Public Web Site and Extranet</a>    <br>
  68. <br><a href="iiscpb2.asp">Creating a Customer Service Application</a><br>
  69. <br><a href="iiscpb3.asp">Using Internet Explorer 4.0 Channels</a><br>
  70. <br><a href="iiscpb4.asp">Debugging an Active Server Pages Application</a><br>
  71. </p>
  72. </td>
  73. </tr>
  74. <tr>
  75. <td width="10"></td>
  76. </tr>
  77. </table>
  78.  
  79. <hr class="iis" size="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  80.  
  81. </font>
  82. </body>
  83. </html>