Product |
Details |
Microsoft Site Server 3.0 |
Installs when the Content Management Component is selected in the Site Server 3.0 Setup |
Microsoft Visual Studio 6.0 |
PASETUP.exe from the Deploy directory on Visual Studio 6.0 CD-ROM 2 |
Microsoft Visual Basic 6.0 Enterprise Edition |
PASETUP.exe from the Deploy directory on Visual Basic 6.0 Enterprise Edition CD-ROM 2 |
Microsoft Visual InterDev 6.0 |
PASETUP.exe from the Deploy directory on the Visual InterDev 6.0 CD-ROM |
Microsoft Visual J++ 6.0 Professional Edition |
PASETUP.exe from the Deploy directory on the Visual J++ 6.0 Professional Edition CD-ROM |
Figure 6 Registry Entries
Key |
Type |
Entry |
Value |
HKEY_LOCAL_MACHINE\Software\Microsoft\ WebPost\Acceptors\CPSHost |
REG_DWORD |
AllowAnonymous |
1 |
HKEY_LOCAL_MACHINE\Software\Microsoft\ Publishing\RemoteInstaller |
REG_SZ |
ComponentRequiresSignature |
No |
Figure 7 System Files Needed for WebClasses
FileName |
Version |
Location |
mswcrun.dll (WebClass runtime) |
8.00.8169 |
Program Files\Common Files\Designer |
msvbvm60.dll (Visual Basic runtime) |
6.0.84.50 |
WinNT\System32 |
oleaut32.dll |
2.40.4501.1 |
WinNT\System32 |
olepro32.dll |
5.0.4501.1 |
WinNT\System32 |
asycfilt.dll |
2.40.4501.1 |
WinNT\System32 |
stdole2.tlb |
2.40.4501.1 |
WinNT\System32 |
comcat.dll |
4.71.1460.1 |
WinNT\System32 |
Figure 8 upload.asp
<%@ Language=VBScript %>
<html>
<body>
<head>
<title>RFC 1867 Upload Form</title>
</head>
<body>
<center>
<hr><b>Upload your files here.</b><hr><br>
</center>
<form enctype="multipart/form-data" action="http://<%=
Request.ServerVariables("SERVER_NAME") %>/scripts/cpshost.dll?PUBLISH?http://<%=
Request.ServerVariables("SERVER_NAME") %>/deployment_directory/upload.asp" method=post>
File to process: <input name="my_file" type="file"><br>
Destination URL: <input name="TargetURL" value="http://<%=
Request.ServerVariables("SERVER_NAME") %>/deployment_directory"><br>
<input type="submit" value="Upload">
</form>
</body>
</html>