PrepAway - Latest Free Exam Questions & Answers

Which two actions should you perform?

You are building an ASP.NET web application.
You must test the web application in multiple browsers at the same time.
You need to ensure that the application can use the Browser Link feature.
Which two actions should you perform? Each correct answer presents part of the solution.

PrepAway - Latest Free Exam Questions & Answers

A.
In the web.config file, set the value of the debug attribute to False.

B.
In the web.config file, set the value of the debug attribute to True.

C.
Enable Browser link.

D.
Use an external editor for webpages.

E.
Enable source control server support.

Explanation:
Debugging must be enabled in the web.config file.
To enable Browser Link, set debug=true in the <compilation> element in the project’s Web.config file.
https://www.asp.net/visual-studio/overview/2013/using-browser-link


Leave a Reply