Here's my scenario:<BR>I have an aspx file that contains only VB constant declarations that I would like to include in ALL of my aspx pages. Traditionally I would have to explicitly "#include" the file at the top of all of my pages.<BR><BR>However, with ASP.net, is it possible to have this file implicitly included in all files?<BR><BR>(Ideally I would want the file to be implicitly included in all files in a certain directory and its subdirectories.)<BR><BR><BR>Keith