PrepAway - Latest Free Exam Questions & Answers

Category: 70-515 (v.1)

Exam 70-515: TS: Web Applications Development with Microsoft .NET Framework 4 (update August 24th, 2013)

You need to configure the panels to meet the requirements

You are implementing an ASP.NET AJAX page.
You add two UpdatePanel controls named pnlA and pnlB. pnlA contains an UpdatePanel control named
pnlAInner in its content template.
You have the following requirements.
Update panels pnlA and pnlB must refresh their content only when controls that they contain cause a
postback.
Update panel pnlAInner must refresh its content when controls in either pnlA or pnlB or pnlAInner cause a
postback.
You need to configure the panels to meet the requirements.
What should you do?

You need to implement a single error handler that will add error information from all page $.ajax calls to the

You create an ASP.NET page.
The page uses the jQuery $.ajax function to make calls back to the server in several places.
You add the following div element to the page.
<div id=”errorInfo”>
</div>
You need to implement a single error handler that will add error information from all page $.ajax calls to the div
named errorInfo.
What should you do?

Which code segment should you use?

A Web service returns a list of system users in thefollowing format.
<xml version=”1.0″ >
<users>
<user id=”first”>
<name>Name of first user</name>
<email>first@contoso.com</email>
</user>
<user id=”second”>
<name>Name of second user</name>
<email>first@contoso.com</email>
</user>
</users>
You need to populate a drop-down menu with the IDs and names of the users from the Web service, in the
order provided by the service.
Which code segment should you use?

Which configuration should you use?

You are creating an ASP.NET Web site.
The site contains pages that are available to anonymous users.
The site also contains a page named Premium.aspx that provides premium content to only members of a
group named Subscribers.
You need to modify the web.config file to ensure that Premium.aspx can be accessed by only members of the
Subscribers group.
Which configuration should you use?

Which two actions should you perform?

You are creating an ASP.NET Web application that uses the SqlMembershipProvider.
You plan to test locally and deploy to multiple production servers.
You need to ensure that each deployed application accesses the same production database in Microsoft SQL
Server.
Which two actions should you perform? (Each correctanswer presents part of the solution. Choose two.)

Which two actions should you perform?

You are implementing an ASP.NET Web application.
Users will authenticate to the application with an ID.
The application will allow new users to register for an account.
The application will generate an ID for the user based on the user’s full name.
You need to implement this registration functionality.
Which two actions should you perform? (Each correctanswer presents part of the solution. Choose two.)

You need to ensure that classes in the Web application project always reference the most recent version of the

You use the ASP.NET Web Application template to create an application in a new Visual Studio solution.
The project uses types that are defined in a class library project.
Source code for the class library is frequently modified.
You need to ensure that classes in the Web application project always reference the most recent version of the
class library types.
What should you do?


Page 9 of 19« First...7891011...Last »