![]() |
Q) I have an ASP application with global variables declared in the Global.asa file. Is there a way to set up my ASP application so that the Global.asa can be loaded automatically? |
|
|||
A) First, you will need to be sure the Global.asa file will be handle by iASP. Do this by adding *.asa to the [iasp_root]/properties/rules.properties file. EXAMPLE: *.asa=jaspServlet NOTE: If iASP is installed on an operating system that is case-sensitive (such as UNIX or Linux), you will need to make sure that Global.asa is named exactly 'Global.asa'. Next, please check out the following documentation which will explain how to make the Global.asa file load automatically: http://www.halcyonsoft.com/docs/docs/features/application.htm
|
|||
|
|||
Copyright © 1998-2002, Halcyon Software Inc. All rights reserved. |