            AE Posting Acceptor library for MS IIS/PWS/SiteServer
                             Version 2.0 (Demo) 

Contents
  1. Introduction
  2. License
  3. Limitations in Demo version
  4. Installing AEPA
  5. Contact and purchase information

************************************************************************
                           1. Introduction

    AE Posting Acceptor library implements server-side support for file 
uploading in MS Internet Information Server. In contrast with MS Posting 
Acceptor, this library realizes some extremely useful features for 
Intranet/Extranet use.
    With AEPA you may: 
* embed file accepting and processing functions directly in your 
  ASP scripts without additional handlers and disk activity
* unpack zipped files "on-the-fly"
* handle FoxPro .DBF tables "on-the-fly". This will significantly 
  simplifies desktop application to web-based applications data 
  transfer
* access form variables in the same script. No additional scripts, 
  no "unwanted" session starts, no headache


************************************************************************
                             2. License

    AE Posting Acceptor library and accompanying documentation are 
protected by copyright law and International Treaty provisions. 
Any use of this software in violation of copyright law or the terms 
of this agreement may be prosecuted.
 
    Alexander Eltsyn (the Author) grants to you non-exclusive license 
to install and use the Demo version of AE Posting Acceptor Library 
for the sole purposes of AE Posting Acceptor Library features 
evaluation. 

    Author authorizes you to make copies of Demo version of 
AE Posting Acceptor Library distribution package for any 
purposes. Under no circumstances may you modify this software 
or documentation. Under no conditions may you remove the copyright 
notices made part of the software or documentation.

    Author DOES NOT ASSUME ANY LIABILITY FOR THE USE OF Demo version 
of AE Posting Acceptor Library. IN NO EVENT WILL Author BE LIABLE 
TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST PROFITS, LOST SAVINGS, 
OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 
USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF Author HAS 
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

    By using the Demo version of AE Posting Acceptor Library, 
you agree to the terms of this license. If you do not agree, 
please remove this software from all your data storage devices.


************************************************************************
                   3. Limitations in Demo version

    The demo version of AEPA has the same features as release 
version. The only restriction is the number of calls to Process 
method is limited to 100. After number of processings is 
exhausted all AEPA.Acceptor object instances will return True 
in Expired method. To reset counter you will need to unload 
AEPA.DLL library. This will be done automatically if you 
unload all IIS applications and exit all programs that reference 
to AEPA library. Use "net stop iisadmin" / "net start w3svc" on 
your web server site to restart IIS.

************************************************************************
                        4. Installing AEPA
    All necessary operations for installing AEPA library and removing
in from your computer are usually done by "setup.exe" program. In the 
case of you want to reinstall this software manually, please read notes 
below.
    All of the AE Posting Acceptor functionality is implemented in
"aepa.dll" file. To manually install AEPA copy this file to your 
system32 directory and register it with redsvr32.exe utility by 
entering in command line:
   %systemroot%\system32\regsvr32.exe %systemroot%\system32\aepa.dll
After this AEPA.Acceptor object is available for creation.
    To manually remove AEPA from your computer follow these steps:
1. Unregister AEPA.DLL library by entering in command line:
   %systemroot%\system32\regsvr32.exe /u %systemroot%\system32\aepa.dll
2. Remove all AEPA executables: 
    %systemroot%\system32\aepa*.*
   and documentation. You choose documentation directory during setup 
   procedure. Usually this is "C:\Program Files\AEPADocs\".
3. Remove all shortcuts to AEPA from start menu. 

************************************************************************
                  5. Contact and purchase information

    If any problems or comments fill free to contact the Author 
by email ae@ae.inc.ru. I appreciate your opinion.
    To find the latest demo version of AE Posting Acceptor library 
or purchase full-featured version please visit
    http://ae.inc.ru/aepa

