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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Security for the Internet Service Provider</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="ROBOTS" CONTENT="NOINDEX"></head>
  27. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana, Arial, Helvetica">
  28.  
  29.  
  30.  
  31. <table border="0" cellpadding="5" width="100%">
  32. <tr>
  33. <td colspan="2"><h1><a name="iisinaction">Security for the Internet Service Provider</a></h1></td>
  34. </tr>
  35. <tr>
  36. <td valign="top">
  37.  
  38. <DL>
  39. <DT><strong>Goal</strong></DT>
  40. <DD>To provide ISPs and their customers the security necessary for successful operations.</DD>
  41. <DT><strong>Components</strong></DT>
  42. <DD>Windows NT Server 4.0; Internet Information Server (IIS) 4.0; Active Server pages (ASP); ADO; Microsoft SQL Server; Internet Explorer 3.02</DD>
  43. <DT><strong>Environment</strong></DT>
  44. <DD>Intranet, secured; Windows NT network</DD>
  45. </DL>
  46.     
  47. </td>
  48.  
  49.  
  50. <% MachType = Request.ServerVariables("HTTP_UA-CPU")
  51. If MachType = "Alpha" then 
  52.    MachPath = "../mm/NSRedrct.htm"
  53. ElseIf InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
  54.    MachPath = "../mm/iiscsp1m.asp" 
  55. Else
  56.         MachPath = "iimmnscp.htm"
  57. End If %>
  58.  
  59. <td width="180" rowspan="3" nowrap background="gradient.gif" valign="top">
  60. <center>
  61. <a href="<%= MachPath%>"><img src="iimm.gif" border="0" alt="Security for the Internet Service Provider"></a><p>Click for a NetShow demonstration of how you and your customers can use the IIS Web-based administration feature to perform remote maintenance.
  62. </center><br>
  63. </td>
  64.  
  65. </tr>
  66. </table>
  67.  
  68.  
  69. <h2><A NAME="H2_37669846">Basic Process</a></h2>
  70.  
  71. <ol>
  72. <li>To ensure that a customer has access to the directories they need to administer, create an account for the customer in your Windows NT domain.</li>
  73. <li>Add the customer to the Log on Locally right.</li>
  74. <li>Add the customer as an Operator for the customer's web site. </li>
  75. <li>Because the customer wants everyone to have access to the content they put on their site, allow anonymous access to those directories.</li>
  76. <li>Because you don't want your customers to have access to all Web sites on your server, be sure that you give a particular customer access to his or her directories only.</li>
  77. </ol>
  78.  
  79.  
  80. <h2><A NAME="H2_37670474">Result</a></h2>
  81.  
  82. <p>This customer with operator status can then use IIS version 4's Web-based administration tool to administer their site remotely. You can learn more information about the Web-based administration tool in the Web-based Administration scenario.</p>
  83.  
  84.  
  85. <hr class="iis" size="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  86.  
  87. </font>
  88. </body>
  89. </html>