I understand how Web.Config inheritance works between a parent application
and sub applications under the parent. But what I was wondering was if
there was a similar way to do the same thing for the Global.asax class?
Reason being, I am setting up user authentication and authorization. I have
coded up my Application_AuthenticateRequest method in the Global.asax file
to create an identity and principal which are attached to the Context User.
I have done this at my root web level. Under the root web, I then have
other sub applications in sub folders that are also protected by the same
authentication and authorization. I was hoping that I would not have to add
and maintain the same code in the global.asax files for each of these sub
apps in order to have access to the principal and identity objects set at
the parent level. Any thoughts?
TIA.
==============
Joe Reazor
Gorbel Inc.
email: joereaATgorbelDOTcom