ASP Programming Question:
Download Questions PDF

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.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How to Display images using Response object?What is Server Object?