home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / iis4_06.cab / iiwltop.asp < prev    next >
Encoding:
Text File  |  1997-08-25  |  3.0 KB  |  65 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Welcome to Internet Information Server</title>
  3.  
  4.  
  5. <SCRIPT LANGUAGE="JavaScript">
  6.     TempString = navigator.appVersion
  7.     if (navigator.appName == "Microsoft Internet Explorer"){    
  8. // Check to see if browser is Microsoft
  9.         if (TempString.indexOf ("4.") >= 0){
  10. // Check to see if it is IE 4
  11.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  12.         }
  13.         else {
  14.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  15.         }
  16.     }
  17.     else if (navigator.appName == "Netscape") {                        
  18. // Check to see if browser is Netscape
  19.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  20.     }
  21.     else
  22.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  23. </script>
  24.  
  25.  
  26. <META NAME="DESCRIPTION" CONTENT="Provides an overview of Internet Information Server."></head>
  27.  
  28. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  29.  
  30. <img src="iis_banr.gif" width="366" height="43">
  31.  
  32. <p><em>This documentation is preliminary and subject to change without notice.  Some links may not be active.</em></p>
  33.  
  34. <h1><A NAME="H1_37672843">Welcome to Internet Information Server</a></h1>
  35.  
  36.  
  37. <% MachType = Request.ServerVariables("HTTP_UA-CPU")
  38. If MachType = "Alpha" then 
  39.    MachPath = "../mm/NSRedrct.htm"
  40. ElseIf InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then 
  41.    MachPath = "../mm/iiwlmm.asp" 
  42. Else
  43.         MachPath = "iimmnscp.htm"
  44. End If %>
  45.  
  46.  
  47. <p>Microsoft Internet Information Server,  the standards-based Web application server for Windows NT Server, brings unprecedented power to Web professionals, both as a Web server for corporate intranets and public Internet sites and as the superior platform for the next generation of line-of-business applications. This version of IIS provides you with a complete Web application development environment, full compliance with all Internet standards, and world-class reliability.
  48. </p>
  49.  
  50. <p>This documentation includes:</p>
  51.  
  52. <ul>
  53. <li><strong>Web Content Development topics.</strong> Look to the topics under "Web Site Content" for information about authoring and distributing information on your server.
  54. <li><strong>Administration topics.</strong> Sections such as "Server Administration" and Administrator's Reference" provide you with the information you need to administer your server.
  55. <li><strong>Web Application Development topics.</strong> In these topics – "Scripter's Reference," "Programmer's Reference," and others –  you will find detailed information about scripting and programming applications for IIS. 
  56. <li><strong>Scenario topics. </strong> For multimedia-illustrated examples of IIS in real business scenarios, see "IIS in Action."
  57. </ul>
  58.  
  59.  
  60. <hr class="iis" size="1">
  61. <p align="center"><em><a href="/iishelp/common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  62.  
  63. </font>
  64. </body>
  65. </html>