| Exam Code/Number: | 070-519Join the discussion |
| Exam Name: | Designing & Developing Web Apps Using MS .NET Frmwk 4 |
| Certification: | Microsoft |
| Question Number: | 246 |
| Publish Date: | May 31, 2026 |
|
Rating
100%
|
|
You are designing an ASP.NET Web application to manage and display sensitive information stored in a Microsoft SQL Server database. The database also provides authorization information for users.
All Web pages that display sensitive information require an authenticated login.
There is no visitor access to these pages.
You have the following requirements:
You need to design a data access and authorization solution.
Which approach should you recommend?
You are designing an ASP.NET Web application that will be developed by using Microsoft Visual Studio 2010. The application will interact with a Microsoft SQL Server database.
The data access layer of the application must meet the following requirements:
Support rapid application development techniques.
Allow the underlying database schema to change without affecting the object model.
Contain strongly typed data objects.
You need to develop the data access layer.
Which data access technology should you recommend?
You are designing an ASP.NET Web application that displays daily sales information.
The sales information is stored in a large Microsoft SQL Server database.
The database information is updated each night.
During the day, people use the Web application to display a set of standard sales reports based on the latest database information.
The SQL queries that are required to retrieve and display the database information can take from 20 to 30 seconds to execute.
You need to design the application to ensure that pages usually load in no more than 5 seconds.
Which two approaches could you recommend? (Each correct answer presents a complete solution. Choose two.)
You are designing an ASP.NET Web application for content management.
You have the following requirements:
You need to design a solution for identifying the display dimensions of the requesting browser. Which approach should you recommend?
During application testing, developers notice that the Temp Data property contents no longer persist between requests.
You need to advise the developers of the requirements for ensuring that the Temp Data property contents persist between requests. Which should you advise?