PageParseMode ​
Affects how ACEweb treats Web Control Framework pages (.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 RECOMMENDED (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 a template (e.g. person.awp), you must manually recompile the associated .prg file from the AW Compiler page.