Answers

Question and Answer:

  Home  MCSD.NET - 70-315 Exam

⟩ Suppose You are configuring your ASP.NET application XYZApp. XYZApp will be hosted on a Web serverthat also runs other applications.You want to prevent any changes to the configuration settings of your application after theapplication is deployed.What should you do?A. In the Machine.config file, set the allowOverride attribute in the location element to False.Make no other changes to the Machine.config file.B. In the Web.config file, set the allowOverride attribute in the location element to False.Make no other changes to the Web.config file.C. In the Machine.config file, set the allowOverride attribute in the appSettings element to False.Make no other changes to the Machine.config file.D. In the Web.config file, set the allowOverride attribute in the appSettings element to False.Make not other changes to the Web.config file.

B. In the Web.config file, set the allowOverride attribute in the location element to False.

Make no other changes to the Web.config file.

 181 views

More Questions for you: