Thursday, March 29, 2012

many aspnet applications in one site? many Gloabal.asax files ok?

Our website has folders containing other aspnet applications each having its
own Gloabl.asax files.We also keep an old version of the the site in another
folder fully functional. Can this cause a problem?
Thanks.
DeeNot if they are all in their own application or virtual directory.
Of course, if you need to run multiple global.asax's for the same
application, you should use HttpModules.
Karl
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"dee" <dee@.home.net> wrote in message
news:OHUHsURoFHA.3760@.TK2MSFTNGP15.phx.gbl...
> Our website has folders containing other aspnet applications each having
> its own Gloabl.asax files.We also keep an old version of the the site in
> another folder fully functional. Can this cause a problem?
> Thanks.
> Dee
>
Thanks
"Karl Seguin" <karl REMOVE @. REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:%23DmB2hToFHA.1148@.TK2MSFTNGP12.phx.gbl...
> Not if they are all in their own application or virtual directory.
> Of course, if you need to run multiple global.asax's for the same
> application, you should use HttpModules.
> Karl
> --
> MY ASP.Net tutorials
> http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
> http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
> come!)
>
> "dee" <dee@.home.net> wrote in message
> news:OHUHsURoFHA.3760@.TK2MSFTNGP15.phx.gbl...
>

0 comments:

Post a Comment