Re: How the Global.asa file changes will take effect? by Evertjan
Evertjan
Tue Oct 11 03:39:59 CDT 2005
Prabhat wrote on 11 okt 2005 in microsoft.public.inetserver.asp.general:
> My website is hosted with the ISP and recently I have modified my
> Global.asa file for the ASP application.
>
> So I think we need to restart the World Wide Web Publishing Service
> so that the changes in the Global.asa will take effect.
No, see below
> I think it will
> be difficult for the ISP to restart the Service as there many
> applications will be running. So can you suggest how can my global.asa
> file changes will take effect so that I can deply those changes?
ASP is reported to re-read global.asa after each change in content [size?]
when the first subsequent page is called.
I suppose this means refiring the Application_OnStart sub
[hopefully after a Application_OnEnd]
so a reinitialising of any values [counters!]
placed in the application object,
but not switching of any current sessions.
Is this true, group?
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)