You modify an existing Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
You add a theme to the ASP.NET application.
You need to apply the theme to override any settings of individual controls.
What should you do?
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application has a mobile Web form that contains the following ObjectList control.
You create an event handler named ObjectListCtrl_ItemCommand.
You need to ensure that the ObjectListCtrl_ItemCommand handler detects the selection of the CmdDisplayDetails item.
Which code segment should you write?
You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5.
The application contains the following device filter element in the Web.config file.
The application contains a Web page that has the following image control. (Line numbers are included for reference only.)
01
03
You need to ensure that the following conditions are met:
The imgCtrl Image control displays he highRes.jpg file if the Web browser supports html.
The imgCtrl Image control displays lowRes.gif if the Web browser does not support html
Which DeviceSpecific element should you insert at line 02?
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
You add the following code fragment to the Web.config file of the application (Line numbers are includedfor reference only).
01
02
03
11
12
13
You need to configure Web Events to meet the following requirements:
Security-related Web Events are mapped to Microsoft Windows Management Instrumentation (WMI) events.
Web Events caused by problems with configuration or application code are logged into the Windows Application Event Log.
Which code fragment should you insert at line 07?
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
When you access the application in a Web browser, you receive the following error message: "Service Unavailable".
You need to access the application successfully.
What should you do?
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
The application contains two Web pages named OrderDetails.aspx and OrderError.htm.
If the application throws unhandled errors in the OrderDetails.aspx Web page, a stack trace is displayed to remote users.
You need to ensure that the OrderError.htm Web page is displayed for unhandled errors only in the OrderDetails.aspx Web page.
What should you do?
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
You plan to capture the timing and performance information of the application.
You need to ensure that the information is accessible only when the user is logged on to the Web server and not on individual Web pages.
What should you add to the Web.config file?
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote debugging on the ContosoTest server.
You need to debug the application remotely from another computer named ContosoDev.
What should you do?
You have a Microsoft ASP.NET Framework version 1.0 application. The application does not use any features that are deprecated in the Microsoft .NET Framework version 3.5. The application runs on Microsoft IIS 6.0.
You need to configure the application to use the ASP.NET Framework version 3.5 without recompiling the application.
What should you do?
You are maintaining a Microsoft ASP.NET Web Application that was created by using the Microsoft .NET Framework version 3.5.
You obtain the latest version of the project from the source control repository. You discover that an assembly reference is missing when you attempt to compile the project on your computer.
You need to compile the project on your computer.
What should you do?