Coldfusion Application.cfm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

With coldfusion you can have a file named application.cfm that is placed in
the main folder of an application. That file will be executed for any page in
that folder and subfolders.
Is there anything similar to this in ASP.NET
Thanks for your respond.
 
There are methods in global.asax that can run for every page hit in the
entire site.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top