Which of the following is the way to monitor the web application ? September 13, 2025 by Admin A. Alerts Snap-ins B. Performance logs C. MMC Event viewers D. All of the above ✅ The correct answer is option D.
Which of the following denote the property in every validation control ? September 13, 2025 by Admin A. ControlToValidate property B. Text property C. Both A and B D. None of these ✅ The correct answer is option C.
Whats is the significance of Response.ClearHeaders( ) ? September 13, 2025 by Admin A. Clears all the section value from rendered HTML File B. Clears the content of the Rendered page C. Clears all Headers from the buffer stream D. None of the above ✅ The correct answer is option C.
Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below ? September 13, 2025 by Admin A. One must override the method ReceiveMessage B. One must override the method InitializeMethod C. Both A and B D. One must override the method ProcessMessage ✅ The correct answer is option A.
Custom Controls are derived from which of the classes_________________? September 13, 2025 by Admin A. Website B. WebForm C. Webfarm D. None of the above ✅ The correct answer is option C.
Select the validation control used for “PatternMatching”? September 13, 2025 by Admin A. RangeValidator B. PatternValidator C. RegularExpressionValidator D. FieldValidator ✅ The correct answer is option C.
Explain the significance of Server .MapPath ? September 13, 2025 by Admin 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 ✅ The correct answer is option C.
Which class can be used to perform data type conversion between .NET data types and XML types ? September 13, 2025 by Admin A. XmlSettings B. XmlConvert C. XmlCast D. XmlType ✅ The correct answer is option B.
The technique that allow code to make function calls to .NET applications on other processes and on other machines is_____________? September 13, 2025 by Admin A. .NET Remoting B. .NET Threading C. .NET RMT D. None of these ✅ The correct answer is option B.
What attributes do you use to hide a public .Net class from COM ? September 13, 2025 by Admin A. ComVisible attributes B. DLLImport Attributes C. COM Interop D. All of the above ✅ The correct answer is option A.