Application_OnStart

what type of information I can include in the Application_OnStart function. Can I include array definitions and declarations? Would I want to store this information here?

I'm thinking that I would like to create a base 'global' array definition in the Application_OnStart area so that I can keep a set size, but manipulate the size later on in my system.

View Replies


ADVERTISEMENT

Application_OnStart Runs Twice

IIS 6 on 2003 Server. Application_OnStart runs when the first page is accessed (as it should). The next page is a frameset with 3 frames (2 ASP, 1 HTML). One of the ASPs properly accesses the existing Application object, the other ASP causes Application_OnStart to run again. Any idea why this is happening / how to prevent it?

I am only encountering this on one server, which leads me to think it is related to IIS settings.

More info: The site is set up as a virtual directory. The frameset and content pages reside in a sub-directory (also virtual, but no separate application object defined).

View Replies View Related

Global.asa :: Application_onstart First Then Session_onstart?

Do I need to do a Application_onstart first then i can do Session_onstart?? or it doesnt matter which one is used b4 which one? When i use a global.asa, do i need to call it within my asp page to execute it or will it be auto started and execute?

View Replies View Related

When Does The Application_OnStart Event Trigger

In the global.asa file, when does the Application_OnStart event trigger?

Is it:-

1. When the webserver starts or
2. When the website is first accessed AFTER the webserver has started.

Further to this when would the Application_OnEnd trigger?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved