| Other ASP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the ASP Scripting Objects? | | 1 |
| What does Internet Information Server (IIS) assume to be
the default language for Active Server Pages?
A. Jscript
B. JavaScript
C. JAVA
D. VBScript
E. ECMAScript
| | 2 |
| what are ASP Objects? | | 1 |
| What is the order of execution for an ASP application? | | 2 |
| what are the objects in asp? | VebTel | 1 |
| What is the function of Buffer in Response Object? | | 1 |
| How are scripts executed? | | 1 |
| what is mean of ASP? | | 3 |
| What is the result of using Option Explicit?
A. This applies only to Visual Basic, not VBScript.
B. All variables must be dimensioned before use.
C. All variables are dimensioned at run-time.
D. Forces all SELECT controls to have a SELECTED
option.
E. Requires all variables be cast as specific DataTypes.
| | 1 |
| When does the application OnEnd event handler fire?
A. After every request for an application document, since
web servers are stateless servers.
B. As soon as there are no open connections to any
application document.
C. When the web server is stopped in an orderly fashion.
D. Twenty minutes after the last request for a document in
the application.
E. When there are no application requests for the amount of
time defined by the SessionTimeout variable.
| | 1 |
| In how many ways you can track the Session? | | 1 |
| What is a Virtual Directory? | | 1 |
| why many web.config files are used in are project | | 1 |
| ?onStart' and 'onEnd' are events of what object(s)?
A. Application only.
B. Session only.
C. Server only.
D. Application and Session only.
E. Application, Session, and Server.
| | 1 |
| What is difference between Physical path and Virtual path?
Explanin with example. | | 1 |
| What are ARRAYS? | | 3 |
| how we can create more than one web.config file in our
asp.net project | IBM | 1 |
| The FileSystemObject provides an object interface to
drives, directories, and files for which of the following?
A. Any local or mapped drive on either the server or the
client.
B. Only files and subdirectories in the web site's home
directory.
C. Any local physical drive or mapped drive on the web
server.
D. Any file system physically located on the web server.
E. The client's computer.
| | 1 |
| Where will you code OPTION EXPLICIT in an ASP application?
WHY? | | 1 |
| What are the methods in Session Object? | | 1 |
| |
| For more ASP Interview Questions Click Here |