Similar yes but it is strictly used to house settings for your application/virtual directory. IIRC, ColdFusion will search down 6-7 directories searching for an application.cfm file. .NET will do the same (not sure how many dirs deep) but uses an implecit
approach in 'stacking' the settings.
Take a look at the global.asax file and its events. That is a closer match to application.cfm in that it contains some handy events such as Session_Start, Application_BeginRequest... etc. http://www.csharphelp.com/archives/archive206.html
TekisFanatik...
Member
160 Points
32 Posts
Web.config similar to application.cfc (or application.cfm)
Jun 26, 2006 12:14 AM|LINK
RichWillmore
Member
290 Points
63 Posts
Re: Web.config similar to application.cfc (or application.cfm)
Jul 05, 2006 08:14 PM|LINK
Take a look at the global.asax file and its events. That is a closer match to application.cfm in that it contains some handy events such as Session_Start, Application_BeginRequest... etc.
http://www.csharphelp.com/archives/archive206.html
vr, Rich
TekisFanatik...
Member
160 Points
32 Posts
Re: Web.config similar to application.cfc (or application.cfm)
Jul 06, 2006 12:02 AM|LINK