Active Server Pages or ASP, as it is more commonly known, is a technology that enables you to make dynamic and interactive web pages.
ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using.
ASP Interviews are getting tough these days as the technology grows faster. To get through the ASP interview one needs to update him/herself in a regular manner. Having said that, just before the interview, it is very important to have a quick glance of the reputed ASP questions and answers to make yourself comfortable during the interview process. This is where DoAnswers.com helps you in renewing yourself on ASP and various other technologies interview preparation.
41. What is a Web Server?
It?s a Computer that provides Web services on the Internet or on a local Intranet. It is designed to locate, address and send out simple HTML pages to all other users who access these pages.
42. What is an .ASP file?
It is a Text File that contains the combination of the following: Text HTML tags Script Commands
43. What is an Err Object?
Name it?s properties and methods.
44. What is application Object?
Shares information among users of an application. Gives a notification when an application starts or ends.
45. What is ASP (Active Server Pages)?
ASP is a server side-scripting environment for building dynamic and interactive web pages. Since the scripts run on the server side, the web server does all the processing.
46. What is ASP?
ASP stands for Active Server Pages. It is a server side technology which is used to display dynamic content on web pages. For example you could write code that would give your visitors different information, different images or even a totally different page depending on what browser version they are using.
47. What is ClientCertificate collection?
A ClientCertificate is an encrypted number that is stored in a file on the user?s computer. This stores details of any security certificates included with the request.
48. What is Collection?
Colection is a set of name/value pairs where the information supplied by the client is stored.
49. What is Cookies collection?
Cookies are text files that store information about the user by which the web server identifies and marks each different visitor to a web site and determines where a user has been before. A cookie can store information only when the user sends it. Individual cookies are limited to 4KB of data. The maximum number of cookies allowed is 300.
Cookies are stored on client?s machine.
50. What is Global.asa file?
It is text file that contains details about an ASP application, such as when it should begin and end.