ASP Programming Question:

Download Job Interview Questions and Answers PDF

What is Server Object?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Server Object controls the ASP execution environment. It can set the amount of time script can run before an error occurs. It converts a virtual path to a physical path on the server. Takes a user supplied string and encode it into proper format for a URL string.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is Application-scope?How will you delete a Cookie?