PrepAway - Latest Free Exam Questions & Answers

Category: 70-564

Exam 70-564: Pro: Designing and Developing ASP.NET Applications Using the Microsoft .NET Framework 3.5.

What should you do?

You are creating an ASP.NET application by using the .NET Framework 3.5.

A Web form in the application needs to call a Web service. You place the following code segment in the Page_l_oad event of the form.

AddOnPreRenderCornpleteAsync (

new BeginEventHandler (BecrinCallWebService) ,

new EndEventHandler(EndCallWebService)

);

You need to ensure that the BeginCallWebService and EndCallWebService routines are called when the page is accessed.

What should you do?

Which two actions should you perform?

You create several ASP.NET applications by using the .NET Framework 3.5.

You create a custom server control in a class library named CustomControls. The custom server control uses a JavaSchpt file to provide client-side validation logic.

You plan to reuse the custom server control in all the applications.

You need to ensure that the JavaScript file is deployed along with the custom server control and that it is accessible from the applications. You have already decorated the CustomControls assembly with the WebResource attribute.

Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two)

What should you do?

You are creating an ASP.NET application by using the .NET Framework 3.5.

The organization uses an Active Directory Application Mode (ADAM) server to store user names, passwords, and role membership information.

You need to configure the application to access the role information for authenticated users. You also need to accomplish this goal by using the minimum amount of development effort.

What should you do?

What should you do?

You are creating ASP.NET applications by using the .NET Framework 3.5.

You design a Web application that uses Forms-based authentication. The application provides interactive content to authenticated users, and premium content to subscribers. The application contains a subdirectory named Premium.

By default, all authenticated users are assigned the Siteuser role. Users who pay a subscription fee are assigned to the Subscriber role.

You need to ensure that only those users who are assigned to the Subscriber role can access the Premium subdirectory.

What should you do?

Which code segment should insert at line 04?

You are creating an ASP.NET application by using the .NET Framework 3.5.

The application contains two security roles named Admins and Webusers. Web.config is configured to block unauthenticated users.

The Web.config file also contains the following code segment. (Line numbers are included for reference only.)

01 <location path=”admins”>

02 <system.web>

03 <authorization> 04

05 <allow roles =”Admins” />

06 <authorization>

07 </systero.web>

08 </location>

You need to prevent users who do not belong to the Admins role from accessing the admins folder.

Which code segment should insert at line 04?

What should you do?

You are creating ASP.NET applications by using the .NET Framework 3.5.

You plan to upgrade an ASP.NET application from Microsoft Visual Studio 2003 to Microsoft Visual Studio 2008 and Microsoft .NET Framework 1.1 to the .NET Framework 3.S.

You need to ensure that you upgrade the ASP.NET application by using the minimum amount of

development effort.

What should you do?

What should you do?

You maintain an ASP.NET application by using the .NET Framework 3.5.

The application is currently accessed from desktop browsers. There are RadioButtonList objects on several pages in the application.

You are updating the application to meet the following requirements:

– When accessed from mobile devices, all RadioButtonList objects must be displayed as DropDownList objects to conserve screen space.
– When accessed from desktop browsers, the application must remain unchanged.

You need to ensure that the application meets the requirements.

What should you do?


Page 1 of 1012345...10...Last »