DOCUMENT:Q217425 25-JAN-2001 [iis] TITLE :A Simple ASP Example Using Posting Acceptor PRODUCT :Internet Information Server PROD/VER::4.0 OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Internet Information Server 4.0 ------------------------------------------------------------------------------- SUMMARY ======= Microsoft Posting Acceptor is a server add-on component in the Windows NT Option Pack (NTOP) that enables the use of HTTP Post (RFC 1867) to publish content to your Web site. MORE INFORMATION ================ To get Posting Acceptor to work with as few steps as possible, perform the following steps: 1. Install Posting Acceptor using one of the following methods: - Install Posting Acceptor during the NTOP installation. -OR- - Run the NTOP setup and specify Add/Remove. 2. In either of the above methods, specify the installation of Posting Acceptor, by doing the following: a. Select Microsoft Site Server Express 2.0. b. Click Show Subcomponents. c. Select Publishing - Posting Acceptor. d. Click OK and complete the wizard. 3. Verify that the Cpshost.dll file is in your Scripts folder. 4. Create a new directory named Uploads and give it at least NTFS Add permissions to valid users, but ensure that the "Everyone" and IUSR_COMPUTERNAME accounts do not have rights to the folder. 5. Create a new virtual directory that points to the new Uploads directory with write access. 6. Create a new text file named Postacpt.asp in your Scripts folder and paste the following HTML code into it: