113 lines
3.9 KiB
HTML
113 lines
3.9 KiB
HTML
<html dir=ltr><head><title>Create Web Site (mkw3site)</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>
|
|
|
|
<SCRIPT LANGUAGE="VBScript">
|
|
<!--
|
|
Sub Window_OnLoad()
|
|
Dim frmContents
|
|
On Error Resume Next
|
|
If Not Parent Is Nothing Then
|
|
Set frmContents = Parent.Contents
|
|
If Not frmContents Is Nothing Then
|
|
frmContents.Window.TOCSynch_Click
|
|
End If
|
|
End If
|
|
End Sub
|
|
//--></SCRIPT>
|
|
|
|
<meta name="description" content="This topic contains conceptual and procedural information about the Create Web Site (mkw3site) administration script.">
|
|
|
|
<META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
|
|
|
|
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<META NAME="MS-IT-LOC" Content="Internet Information Services">
|
|
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
<font face="Verdana,Arial,Helvetica">
|
|
|
|
<h1 ALIGN="left">Create Web Site (mkw3site)</h1>
|
|
|
|
<p><strong>Summary:</strong></p>
|
|
|
|
<p>Creates a Web site.</p>
|
|
|
|
<p><strong>Usage:</strong></p>
|
|
|
|
<table cellspacing="2" cellpadding="5">
|
|
<tr>
|
|
<td valign="TOP">mkw3site</td> <td><--RootDirectory|-r ROOT DIRECTORY><br>
|
|
<--Comment|-t SERVER COMMENT><br>
|
|
[--computer|-c COMPUTER1[,COMPUTER2...]]<br>
|
|
[--port|-o PORT NUM]<br>
|
|
[--IPAddress|-i IP ADDRESS]<br>
|
|
[--admin|-a ADMINISTRATOR]<br>
|
|
[--HostName|-h HOST NAME]<br>
|
|
[--DontStart]<br>
|
|
[--help|-?]</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p><strong>Parameters:</strong></p>
|
|
|
|
<table cellspacing="2" cellpadding="5">
|
|
<tr>
|
|
<td valign="TOP"><em>IP ADDRESS</em></td> <td>The IP Address to assign to the new server. (optional)</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="TOP"><em>COMPUTER1, COMPUTER2,...</em></td> <td>List of computers on which to create this site. This is to be used when configuring mulitple computers with the same settings. If no computer is specified, LocalHost is assumed.</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="TOP"><em>ROOT DIRECTORY</em></td> <td>Full path to the root directory for the new server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="TOP"><em>SERVER COMMENT</em></td> <td>The name that appears in the Microsoft Management Console (MMC).</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="TOP"><em>ADMINISTRATOR</em></td> <td>User name of the person who will be assigned as administrator of the server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="TOP"><em>PORT NUM</em></td> <td>The number of the port to which the new server should bind.</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="TOP"><em>HOST NAME</em></td> <td>The host name to assign to this site.<br>
|
|
WARNING: Only use host name if DNS is set up to find the server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="TOP"><em>DONTSTART</em></td> <td>Specifying this argument forces the script not to start the Web server after creating it.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p><STRONG>Example:</STRONG></p>
|
|
|
|
<p>Mkw3site -rootdirectory d:\someplace -t NewServer -hostname www.domain.com</p>
|
|
|
|
<hr class="iis" size="1">
|
|
<p align="center"><em><a href="/iishelp/common/colegal.htm">© 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
|
|
|
|
</font>
|
|
</body>
|
|
</html>
|