Skip to content

PageParseMode ​

Affects how ACEweb treats Web Control Framework pages, e.g. .awp type templates which have associated .PRG files.

Settings are:

  • 1=Parse and Run (not recommended)
  • 2=Parse, Compile and Run (used for development purposes only. the .PRG and .FXP files are regenerated each time the page is run)
  • 3=Run only (production mode-executes the FXP without recompiling)

IMPORTANT

The recommended setting for production ACEweb sites is 3. However, with it set to 3, if you edit an .awp template (e.g. person.awp), you must manually recompile the associated .prg file from the AW Compiler page.