Which of the following is the performance attributes of processModel ?
(A) maxWorkerThreads
(B) requestQueue limit
(C) maxIdThreads
(D) all of the above
What is used to validate complex string patterns like an e-mail address ?
(A) Extended expressions
(B) Irregular expressions
(C) Regular expressions
(D) Basic expressions
What is the difference between HTTP handlers & HTTP modules_________________?
(A) Httphandler is an event handler and httpmodule is module to do some task
(B) Httphandler is an class and Httpmodule is an assembly
(C) All of the above
(D) None of the above
Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
(A) To create a customized control that needs to display data in a tabular fashion
(B) To create and populate a Table in Design view
(C) To create and populate a Table with images
(D) To display a tabular result set
Which of the following control is used to validate that two fields are equal ?
(A) equals() method
(B) RegularExpressionValidator
(C) RequiredFieldValidator
(D) CompareValidator
Why is Global.asax is used ?
(A) Implement application and session level events
(B) Declare Global variables
(C) No use
(D) All of the above
How do we create a FileSystemObject ?
(A) Server.CreateObject(“Scripting.FileSystemObject”)
(B) Create Object:”Scripting.FileSystemObject”
(C) Server.CreateObject(“FileSystemObject”)
(D) Create(“FileSystemObject”)
On which of the operating system below ASP.NET can run ?
(A) Windows XP Professional
(B) Windows 2000
(C) Both A and B
(D) None of these
Explain the significance of Server .MapPath ?
(A) Returns the Virtual Path of the web folder
(B) Maps the specified virtual path to Physical path
(C) Returns the physical file path that corresponds to virtual specified path
(D) All of the above