> > Unfortunately ASP does not have a feature similar to the
> > Application.cfm/OnRequestEnd.cfm deal, so I must include 
> > files in each page to ensure that the code is executed.
>
> ASP does have the same as Application.cfm and onRequestEnd.cfm, 
> don't know there names of the top of my head but they exist 
> I used it when I did my first ASP site 2 years ago.....

If you're referring to global.asa, and the Application and Session start and
end events within global.asa, that's not really the same as what CF does
with Application.cfm and OnRequestEnd.cfm. Stuff within global.asa doesn't
get prepended and appended to every page request, as with CF, if I recall
correctly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to