661. How many configuration files can an ASP.NET projects have?
A. One
B. Two
C. Three
D. More than Three

662. ASP.NET separates the HTML output from program logic using a feature named as_______________?
A. Code-front
B. Exception
C. Code-behind
D. All of the above

663. The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is _______________?
A. System.Data
B. System.Security
C. System.Diagnostics
D. System.EnterpriseServices

664. What is the Server.MachineName does_________________?
A. Gets the Referred Web site name on the server
B. Gets the Server’s Machine Name
C. Gets the Client Machine Name
D. None of the above

665. In ASP.NET application the Global.asax file lie in which directory_________________?
A. System
B. ROOT
C. Application
D. None of the Above

666. Which of the following languages can be used to write server side scripting in ASP.NET ?
A. Visual Basic
B. C
C. C#
D. All of the above

667. To set page title dynamically in ASP.NET which of the following is used ?
A. section
B. section
C. section
D. None of the above

668. Which of these data source controls do not implement Caching ?
A. LinqDataSource
B. XmlDataSource
C. SqlDataSource
D. ObjectDataSource

669. Which of the following is a requirement when merging modified data into a DataSet ?
A. The DataSet schemas must match in order to merge
B. The destination DataSet must be empty prior to merging
C. A primary key must be defined on the DataTable objects
D. A DataSet must be merged into the same DataSet that created it.

670. Where we can assign value to Static read only member variable of a static class ?
A. Parameterized constructor
B. On click of button
C. Global.asax
D. Default constructor

NOTE
IF YOU THINK ANY OF THE MCQ ABOVE IS WRONG.
PLEASE COMMENT WITH CORRECT ANSWER AND ITS DETAIL EXPLANATION IN COMMENT BOX.
THANK YOU