Multiple choice How many applications can 'global.asa' files have? 3 1 2 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'.