You are developing an ASP.NET MVC application that will be deployed on a web farm.Passwords must be stored in the web.config file and must not be readable or in a format that is easily decodableYou need to encrypt the passwords that are stored in the web.config file.Which command-line tool should you use?
HOTSPOT -You are developing an ASP.NET MVC application that authenticates a user by using claims-based authentication.The application must:✑ Use Windows Identity Foundation 4.5.✑ Support the Windows Azure Access Control Service.You need to implement authentication.How should you build the class constructor? (To answer, select the appropriate option from the drop-down list in the answer area.)Hot Area:
HOTSPOT -You are developing an ASP.NET MVC application.You need to store membership information in a Microsoft SQL Server database.How should you configure the membership provider? (To answer, select the appropriate options in the answer area.)Hot Area:
You are designing a distributed application.The application must store a small amount of insecure global information that does not change frequently.You need to configure the application to meet the requirements.Which server-side state management option should you use? (Each correct answer presents a complete solution. Choose all that apply.)
You are developing an ASP.NET MVC application. The application is deployed in a web farm and is accessed by many users.The application must handle web server failures gracefully. The servers in the farm must share the short-term state information.You need to persist the application state during the session.What should you implement?
You are developing an ASP.NET MVC application.The application has a contact view includes a form for editing the displayed contact.You need to save the Contact object model when the form is posted back to the EditContact method using a POST method request.Which code segment should you use? Each correct answer presents a complete solution. Choose all that apply.