What are two possible ways to achieve this goal?
You create a mobile Web application. You need to use a Command control to post user input from the UI elements back to the server. What are two possible ways to achieve this goal?
(Each correct answer presents a complete solution. Choose two.)
Which two actions should you perform?
You are creating a mobile Web Form that displays Domain.com’s logo. The Web Form contains the following image control.
<mobile:Image ID="ImageLogo" runat=server ImageURL="logo-bw.gif"> </mobile:Image>
You need to display the logo in black and white on devices that do not support color. In addition, you need to display the logo in color on devices that support color.
Which two actions should you perform?
(Each correct answer presents part of the solution. Choose two.)
Which code logic should you use?
You are using the ASP.NET membership APIs to manage user accounts for a Web site. The Web.config file contains the definition for the membership provider. After modifying the Web.config file to enable password recovery, you create a PasswordReset.aspx file.
You need to enable users to reset their passwords online. The new passwords must be sent to them by e-mail after they have logged on through the Login.aspx page.
In addition, users must be required to answer their secret questions before resetting their passwords.
Which code logic should you use?
Which two actions should you perform?
You create a Web application. You need to turn on Tracing for a page that is not performing well. You must store the trace information in a database for reporting and trending.
Which two actions should you perform?
(Each correct answer presents part of the solution. Choose two.)
which base type should your custom event type inherit?
You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events.
The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit?
Which tool should you use?
Every morning, you inspect Domain.com’s development and staging servers. You do this to ensure that the servers have the same versions of all files in your Web application. For security reasons, you can only access the staging server through FTP. You need to synchronize files from the staging server so that the staging server matches the development server.
You want to achieve this goal by using the minimum amount of administrative effort.
Which tool should you use?
Which tool should you use?
You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use?
Which control should you use?
You create a Web site. At the top of every page on the site is the following code segment.
<%@ OutputCache Duration="60" VaryByParam="none" %>
You need the pages to display the current user’s name at the top without turning off the output cache.
Which control should you use?
Which code segment should you use?
You deploy Domain.coms Internet Web site. You need to deny anonymous access to the Web site, allowing only authenticated users. Which code segment should you use?
Which code segment of the Web.config file should you use?
You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be able to upload files. Which code segment of the Web.config file should you use?