ASP Programming Question:

What is ServerVariables collection in ASP?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

The ServerVariables collection in ASP holds the entire HTTP headers and also additional items of information about the server.


Previous QuestionNext Question
What are the methods in Session Object in ASP?What is the difference between Querystring collection and Form collection?