Multiple choice

How many applications can 'global.asa' files have?

  1. 3

  2. 1

  3. 2

  4. No restrictions

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In classic ASP, each application/virtual directory can have only one global.asa file. This file contains application-level events, session-level events, and object declarations. The 'asa' extension stands for 'Active Server Application'.