Re: Can I have a global.asax just for an application?
- From: Alan Silver <alan-silver@xxxxxxxxxxxx>
- Date: Thu, 15 Dec 2005 22:47:56 +0000
It's not a problem unless either site needs access to the Application State of the other site.
No they don't. The problem is that when I move the global.asax from the root folder to the subfolder (which is set up as an application in IIS), the file is ignored and the code in the Application_BeginRequest event handler isn't called.
It sounds like it should be called. Any idea why it isn't? Thanks for the reply.
-- Alan Silver (anything added below this line is nothing to do with me) .
- Follow-Ups:
- Re: Can I have a global.asax just for an application?
- From: Kevin Spencer
- Re: Can I have a global.asax just for an application?
- References:
- Can I have a global.asax just for an application?
- From: Alan Silver
- Re: Can I have a global.asax just for an application?
- From: Kevin Spencer
- Can I have a global.asax just for an application?
- Prev by Date: GridView Delete works on local but not server
- Next by Date: RE: Remove AutoGenerated DataGrid Column??
- Previous by thread: Re: Can I have a global.asax just for an application?
- Next by thread: Re: Can I have a global.asax just for an application?
- Index(es):
Relevant Pages
|