1.

What is the difference between include directive and include action?

Answer»

Here are a few crucial differences between these two:

  • Include DIRECTIVE is processed at the translation time, but include action is processed at the request time.
  • Include directive USES both absolute and relative path, whereas include action only uses a relative path.
  • Include directive only uses the contents of the RESOURCE, while include action process DYNAMIC CONTENT resource.


Discussion

No Comment Found