cusimar9
08-17-2006, 05:56 AM
All my ASP pages include one file which contains all the functions I might need on a page. Unfortunately this one file keeps growing and its currently 2300 lines of code.
Is it going to be quite a strain on the server to keep including this file on EVERY page? Clearly most pages only need a few of those functions...
Is it going to be quite a strain on the server to keep including this file on EVERY page? Clearly most pages only need a few of those functions...