InterviewSolution
Saved Bookmarks
| 1. |
What Is Application-scope? |
|
Answer» Application-scope means that VARIABLES (and OBJECTS) can be accessed from any ASP PAGES that are PART of the application. Application-scope means that variables (and objects) can be accessed from any ASP pages that are part of the application. |
|