Which of the following actions will you perform to accomplish the task?
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as
its application development platform. You create a Web application named Website1 using .NET
Framework 3.5. You enable tracing by editing the Web.config file of your application. You have
written the following code in Web.config:
<configuration>
<system.web>
<trace enabled=”true”
pageOutput=”true”>
</system.web>
</configuration>
You want to view the entire log of your application. Which of the following actions will you perform
to accomplish the task?
Which of the following controls enables a user to add scripts and services that are specific to nested compone
Which of the following controls enables a user to add scripts and services that are specific to nested
components?
Which of the following is the process of reusing existing active connections instead of creating new connectio
Which of the following is the process of reusing existing active connections instead of creating new
connections when a user makes a request to the database?
Which of the following classes retrieves data from a data source and also resolves changes made to the DataSet
Which of the following classes retrieves data from a data source and also resolves changes made to
the DataSet back to the data source?
Which of the following is a set of feature extension modules created by Microsoft for use with Microsoft Windo
Which of the following is a set of feature extension modules created by Microsoft for use with
Microsoft Windows?
Which of the following configuration files contains the ASP.NET settings…?
Which of the following configuration files contains the ASP.NET settings that apply to the entire Web
server and is used to control the configuration settings for the entire computer?
Which of the following folders contains reference contract files (.wsdl files), schemas (.xsd files), and disc
Which of the following folders contains reference contract files (.wsdl files), schemas (.xsd files), and
discovery document files (.disco and .discomap files)?
What deployment strategies can you use to deploy the application on a client computer?
You develop a Windows-based application using Visual Studio .NET. You want to deploy the
application on a user’s computer by using the ClickOnce technology. What deployment strategies
can you use to deploy the application on a client computer? Each correct answer represents a part of
the solution. Choose three.
Which of the following classes is an in-memory cache of data retrieved from a data source…?
Which of the following classes is an in-memory cache of data retrieved from a data source that
consists of a collection of DataTable objects that you can relate to each other with objects?
Which of the following statements is true about the control state client-based technique?
Which of the following statements is true about the control state client-based technique?