exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 2 question 6 discussion

Actual exam question from Microsoft's 70-487
Question #: 6
Topic #: 2
[All 70-487 Questions]

DRAG DROP -
The service has been deployed to Windows Azure.
Trey Research has provided version 1.3.0.0 of the assembly to support a change in the serialization format. The service must remain available during the transition to the new serialization format.
You need to ensure that the service is using the new assembly.
Which configuration setting should you add to the web.config? (To answer, drag the appropriate configuration elements to the correct location or locations in the answer area. Each configuration element may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
http://msdn.microsoft.com/en-us/library/7wd6ex19.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Dreamchaser1980
Highly Voted 4 years, 10 months ago
The answer is correct, a similar configuration can be found here: https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/redirect-assembly-versions#specifying-assembly-binding-in-configuration-files
upvoted 7 times
...
sti88
Most Recent 4 years, 8 months ago
The answer is correct
upvoted 3 times
...
Aurora
5 years ago
I think it shoul be: runtime;codebase...;runtime
upvoted 1 times
mr_
5 years ago
Not sure but I think that the proposed answer is correct. From MS docs about redirecting assembly bindings: 'You can manually edit the app configuration file to resolve assembly issues. For example, if a vendor might release a newer version of an assembly that your app uses without supplying a publisher policy, because they do not guarantee backward compatibility, you can direct your app to use the newer version of the assembly by putting assembly binding information in your app's configuration file as follows.' Ref: https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/redirect-assembly-versions?redirectedfrom=MSDN#manually-editing-the-app-config-file
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...