1502. Which DLL translate XML to SQL in IIS ?
comments icon0

A. SQLIIS.dll

B. SQLISAPI.dll

C. LISXML.dll

D. SQLXML.dll

1503. Postback occurs in which of the following forms_________________?
comments icon0
A. Webforms

B. None of these

C. Winforms

D. HTMLForms

1510. Which of the following control is used to validate that two fields are equal ?
comments icon0
A. CompareValidator

B. RequiredFieldValidator

C. RegularExpressionValidator

D. equals() method

1512. Which of the following is the performance attributes of processModel ?
comments icon0
A. all of the above

B. maxWorkerThreads

C. maxIdThreads

D. requestQueue limit

1515. What is used to validate complex string patterns like an e-mail address ?
comments icon0
A. Regular expressions

B. Extended expressions

C. Irregular expressions

D. Basic expressions

1516. Which of the following is true about session in ASP.NET ?
comments icon0

A. None of the Above

B. The default time interval is 5 minutes

C. Programmers has to take care of delete sessions after configurable timeout interval

D. ASP.NET automatically delete sessions after configurable timeout interval
1519. In what file can you specify which users are not allowed to access a system via FTP ?
comments icon0

A. All of the above

B. /etc/ftpaccess

C. /etc/ftpusers

D. /etc/hosts.deny

1524. What command is used to assign executable permission to the owner of the file named letter ?
comments icon0

A. chmod ugo + x letter

B. chmod u + x letter

C. chmod g + x letter

D. chmod u + w letter

1534. Which of the following tool is used to manage the GAC ?
comments icon0

A. RegSvr.exe

B. GacMgr.exe

C. GacUtil.exe

D. GacSvr32.exe

1540. What command is used with file named letter to remove the executable permission from the user and assign read permission to the group and others ?
comments icon0

A. chmod go + r, u + x letter

B. chmod g x, uo + r letter

C. chmod go + x, u x letter

D. chmod u x, go + r letter
1542. What class does the ASP.NET Web Form class inherit from by default ?
comments icon0
A. System.Web.UI.Page

B. System.Web.Form

C. System.Web.GUI.Page

D. System.Web.UI.Form

1544. Attribute must be set on a validator control for the validation to work.
comments icon0

A. Validate

B. ControlToBind

C. ControlToValidate

D. ValidateControl

1546. It is best to use a web instead of a windows application when the application ?
comments icon0

A. has a thin front end (client)

B. All of the above

C. needs to be available to the public

D. must be platform-independent