| Including files in ASP | | This effective article explains the usage of include file directives in ASP. You can include a file either using the #include tag or by using the execute method of the ASP server object. Filesystem object can be used if you want to include a file dynamically.
|