Why is Global.asax is used ?

Why is Global.asax is used ?

A. Implement application and session level events
B. Declare Global variables
C. No use
D. All of the above

How do we create a FileSystemObject ?

How do we create a FileSystemObject ?

A. Server.CreateObject(“Scripting.FileSystemObject”)
B. Create Object:”Scripting.FileSystemObject”
C. Server.CreateObject(“FileSystemObject”)
D. Create(“FileSystemObject”)