Global.asa Not Required
Written by Eric Smith, Northstar Computer Systems LLC
If you're building ASP files and not using any Application or Session events, you don't need to create a global.asa file in your directory. As was stated in a previous tip, you shouldn't just include empty event handlers for the Application and Session events. The only time you need global.asa is if you want to create those event handlers or create objects at the session or application level.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 10/1/2000
|