Tag: web technology

Questions Related to web technology

Does ASP debugging work in IIS 6.0 worker process isolation mode?

  1. True

  2. False


Correct Option: A
  1. recycle after a fixed time

  2. recycle after the set no. of requests processed

  3. recycle after set % CPU utilized

  4. recycle after a certain amnt of time has elapsed


Correct Option: A,B,D
  1. Basic access authentication

  2. Digest access authentication

  3. Integrated Windows Authentication

  4. Anonymous Access Authentication


Correct Option: D
  1. Windows Vista Corporate Edition

  2. Windows Server 2008 R1

  3. Windows Server 2008 R2

  4. Windows Server 2003 Sp3


Correct Option: C

How many classes can a single .NET DLL contain?

  1. One

  2. Two

  3. None

  4. Mamy


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) One - This option is incorrect because a single .NET DLL (Dynamic Link Library) can contain multiple classes. A DLL can serve as a container for multiple classes and other types.

Option B) Two - This option is incorrect because a single .NET DLL can contain more than just two classes. It can contain any number of classes, depending on the complexity and design of the software.

Option C) None - This option is incorrect because a .NET DLL must contain at least one class. A class is the fundamental building block of object-oriented programming in .NET, and a DLL must have at least one class definition.

Option D) Many - This option is correct because a single .NET DLL can contain multiple classes. There is no restriction on the number of classes that can be included in a DLL.

The correct answer is D) Many. This option is correct because a single .NET DLL can contain any number of classes.

  1. Session objects

  2. Application objects

  3. ViewState

  4. All the Above


Correct Option: D
  1. Server.Transfer

  2. Response.Redirect

  3. Both A) and B)

  4. None of the Above


Correct Option: C
  1. ASP.NET applications run without a Web Server

  2. ASP+ and ASP.NET refer to the same thing

  3. ASP.NET is a major upgrade over ASP

  4. None of the Above


Correct Option: B
  1. ControlToValidate property

  2. Text property

  3. Both A) and B)

  4. None of the Above


Correct Option: C