Microsoft Web Technologies: .NET Framework, ASP.NET and IIS
Test your knowledge of Microsoft web development technologies including .NET Framework, ASP.NET web forms, and IIS web server configuration
Questions
"Active Sessions" is the parameter in the FTP site Tab that I use to determine how many users are connected to my FTP service?
- True
- False
"Active Sessions" is the parameter in the FTP site Tab that I use to determine how many users are connected to my FTP service?
- True
- False
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
- None of the Above
Which of the following denote the property in every validation control?
- ControlToValidate property
- Text property
- Both A) and B)
- None of the Above
Find the term: The .NET framework which provides automatic memory management using a technique called
- Serialization
- Garbage Collection
- Assemblies
- Overriding
In ASP.NET the sessions can be dumped by using
- Session.Dump
- Session.Abandon
- Session.Exit
- None of the Above
What is the base class from which all Web forms inherit?
- Master Page
- Page Class
- Session Class
- None of the Above
The type of code found in Code-Behind class is
- Server-side code
- Client-side code
- Both A) and B)
- None of the above
The .NET Framework provides a runtime environment called
- RMT
- CLR
- RCT
- RC
In .NET the operation of reading metadata and using its contents is known as
- Reflection
- Enumeration
- Binding
- Serialization
WSDL stands for
- Web Server Description Language
- Web Server Descriptor Language
- Web Services Description Language
- Web Services Descriptor Language
Which method do you invoke on the DataAdapter control to load your generated dataset with data?)
- Load ( )
- Fill( )
- DataList
- DataBind
Common type system is built into which of the following:
- CLR
- RCT
- RCW
- GAC