070-515 試験問題を無料オンラインアクセス
| 試験コード: | 070-515 |
| 試験名称: | TS: Web Applications Development with Microsoft .NET Framework 4 |
| 認定資格: | Microsoft |
| 無料問題数: | 186 |
| 更新日: | 2026-06-08 |
You are developing an ASP.NET web application that you will deploy to an Internet Information Services
(IIS) 7.0 server.
The application will run in Integrated pipeline mode. The application contains a phot gallery of images that
are stored in a Microsoft SQL Server database.
You need to ensure that the application can retrieve images from the database without blocking IIS worker
process threads.
What should you do?
You are implementing a new Dynamic Data Web site.
The Web site includes a Web page that has an ObjectDataSource control named ObjectDataSource1.
ObjectDataSource1 interacts with a Web service that exposes methods for listing and editing instances of a
class named Product.
You add a GridView control named GridView1 to the page, and you specify that GridView1 should use
ObjectDataSource1 as its data source.
You then configure GridView1 to auto-generate fields and to enable editing.
You need to add Dynamic Data behavior to GridView1.
You also must ensure that users can use GridView1 to update Product instances.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
You create an ASP.NET server control in the SampleControl namespace.
The control uses a JavaScript file names Refresh.js to implement AJAX functionality.
You need to ensre that the JavaScript file is included in the assembly.
Which two actions should you perform (Choose 2)
You are implementing a Web page that displays text that was typed by a user.
You need to display the user input in the Web page so that a cross-site scripting attack will be prevented.
What should you do?