Does ASP debugging work in IIS 6.0 worker process isolation mode?
True
False
"ability to automatically recycle worker processes based on various criteria"-IIS Feature What are these Criterias?
recycle after a fixed time
recycle after the set no. of requests processed
recycle after set % CPU utilized
recycle after a certain amnt of time has elapsed
Which of this is not a proper authentication process for IIS
Basic access authentication
Digest access authentication
Integrated Windows Authentication
Anonymous Access Authentication
IIS 7.5--the latest!!! Comes installed with which version of Windows?
Windows Vista Corporate Edition
Windows Server 2008 R1
Windows Server 2008 R2
Windows Server 2003 Sp3
How many classes can a single .NET DLL contain?
One
Two
None
Mamy
Which of the following denote ways to manage state in an ASP.Net Application?
Session objects
Application objects
ViewState
All the Above
Which of the following transfer execution directly to another page?
Server.Transfer
Response.Redirect
Both A) and B)
None of the Above
Which of the following is FALSE?
ASP.NET applications run without a Web Server
ASP+ and ASP.NET refer to the same thing
ASP.NET is a major upgrade over ASP
Which of the following denote the property in every validation control?
ControlToValidate property
Text property
Find the term: The .NET framework which provides automatic memory management using a technique called
Serialization
Garbage Collection
Assemblies
Overriding