
Including files in ASP pages or having the desire to do so is the first sign of becoming a more advanced user. Includes make your Web Site and the ASP Code within more modular, allowing code reuse and central changes. Lets just say every page in your site has a Footer with some basic links and a copywrite notice. On Dec 31st 1999 if you had all of your footers being served from one file you could have just made one global change in your Footer Include file and every Footer, in every page..
|