Define extranet?
No Answer is Posted For this Question
Be the First to Post Answer
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.
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.
Is classic asp still supported?
What are the advantages of using ASP?
What is the difference between server-side validation and client-side validation?
What are Constants? How will you declare a constant?
What type of code is found in a code-behind class?
Define the asp scripting objects?
can we place Global.asa into "bin" directory instead of Root directory?
Name some of the ASP components?
What is the Order of precedence for LOGICAL Operators in ASP?
Define a filesystemobject object?