ASP Programming Question:

What is Application-scope?

Tweet Share WhatsApp

Answer:

Application-scope means that variables (and objects) can be accessed from any ASP pages that are part of the application.

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
How to Display images using Response object?What is Server Object?