Monday, March 26, 2012

maybe Im not understanding global.asax

my understanding is that whenever a global.asax page is
placed in a directory ALL files in that directory and
files in subdirectories will be affected, unless another
global.asax page exists in a subdirectory.

Also, may I have multiple global.asax pages in my domain?The global.asax file applies to an application not to a folder; An
application may have only one global.asax and it must be placed in the
application's virtual root directory.

Todd Bellamy
MCAD .NET

"dan" <anonymous@.discussions.microsoft.com> wrote in message
news:013b01c3a30f$fc641440$a601280a@.phx.gbl...
> my understanding is that whenever a global.asax page is
> placed in a directory ALL files in that directory and
> files in subdirectories will be affected, unless another
> global.asax page exists in a subdirectory.
>
> Also, may I have multiple global.asax pages in my domain?
I think you are talking about web.config and not global.asax.

George.

"dan" <anonymous@.discussions.microsoft.com> wrote in message
news:013b01c3a30f$fc641440$a601280a@.phx.gbl...
> my understanding is that whenever a global.asax page is
> placed in a directory ALL files in that directory and
> files in subdirectories will be affected, unless another
> global.asax page exists in a subdirectory.
>
> Also, may I have multiple global.asax pages in my domain?

0 comments:

Post a Comment