Ns register adp

From AOLserver Wiki
Revision as of 04:25, 14 November 2005 by 69.255.6.227 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Similar to Registered Procedures, all requests to a particular URL can be captured but in this situation processing can be performed by an ADP file. Giving additional functionality of being able to make changes a lot more rapidly.

This also provides a method of making view controls at ADP level rather than at TCL level, which keeps development at an appropriate abstracted level.

Syntax:

ns_register_adp GET|POST /URL/* FILE

Both registered ADP pages, and registered procedures will be called irregardless of to original requested target existing or not.