PocketASP 2.1 Documentation


Home  Overview  Download  Pricing  Support  News

User Guide

The User Guide is included in the download. You may also view it here.

Features

Please check the release notes and the Version 2.1 update for information on the latest features to be added to PocketASP.


A list of frequently asked questions have been compiled and answered.


Installation

  1. Download the zip file, four versions are available:

    • ARM devices. Database support (ADOCE 3.1) included.

    • ARM devices. Uses native database support.

    • SH3 devices. Database support (ADOCE 3.1) included.

    • MIPS devices. Database support (ADOCE 3.1) included.

  2. Unzip the file.

  3. Copy the .cab file onto the Pocket PC.

  4. Make sure that PocketIE is not running.

  5. Click on the .cab file on the Pocket PC which starts the installation process.

  6. When installation is complete the .cab file will be automatically removed.

To check the installation was successful open Pocket IE and type the following URL:


     pasp://ModeZero/


A PocketASP introduction page will be displayed along with links to additional demonstration pages.


Creating Content

Pseudo Top Level Domain:


The installation process creates a directory called PAspPages at the root of the device. The directories contained in \PAspPages are treated as top level domains, or roots, of a total site.


Before adding any pages, first create your own site directory in PAspPages (for example the installation process adds one called ModeZero, which contains the demo pages).


Adding Pages:


It is recommended that pages are initially developed on the PC, as this is much quicker than typing on the Pocket PC and more comprehensive error/debug information will be provided by IIS when processing ASP pages.


When the pages are ready for testing on the Pocket PC, download them into the appropriate site directory (\PAspPages\<your-site>). Open Pocket IE and type the url as follows:


     pasp://<your-site>/<your-page>


and the page will be displayed. Links within pages can be both relative or absolute.


ModeZero