ASP (Classic) Interview Questions 3


Define LOCAL and GLOBAL variables in ASP?

Write few ASP components Names?

Describe Scripting Objects?

Define FileSystemObject object?

Define Dictionary object?

ASP(classic) interview questions 2


Why we use Option Explicit in ASP pages?

What is the default Scripting Language of ASP?

What is a session object?

Define Cookies? Does Cookies creating on server?

Can we use different scripting language in one ASP Page?

ASP (classic) Interview Questions


Why QueryString values not work with Server.Execute method?

How to get computer name and/or IP address of the server where we uploaded ASP files?

What are the cons of using Request.ServerVariables(”HTTP_REFERER”)?

How to prevent ASP pages from caching (saving files in the memory)?

Why can’t we turn buffering off using response.buffer method?

ASP interview Questions 1


How ASP works?

What are the Server Variables?

Difference between response.redirect and response.transfer?

Difference between POST and GET?

What is response and request objects?