Free Microsoft 70-528 Exam Dumps Questions & Answers
| Exam Code/Number: | 70-528Join the discussion |
| Exam Name: | TS: Microsoft .NET Framework 2.0 - Web-based Client Development |
| Certification: | Microsoft |
| Free Question Number: | 149 |
| Publish Date: | Jul 28, 2026 |
| # of views: | 2427 |
|
|
|
You are creating a Microsoft ASP.NET Web site.
The Web site aggregates data from various data stores for each employee.
The data stores have security access configured for each employee based on their identity.
You need to ensure that employees can access the data stores by using the Web site.
Which code fragment should you add to the Web.config file?
You write a class to interact with a database. The class uses a SqlConnection instance.
You need to detect when the state of the connection has been modified.
What should you do?
You create a Web Form that allows users to create a new account. You add a CreateUserWizard control
by using the following code segment.
<asp:CreateUserWizard id="Wizard1" runat="server"/>
You need to ensure that the wizard automatically sends an e-mail message to users when they finish
creating their accounts.
You add a valid <smtp> element to the Web.config file.
Which code segment should you add to the Page_Load event?
You write a logging function for a Web Form. You call the logging function from the Page_Unload event handler.
You test the Web Form and notice that the Page_Unload event handler does not call the logging function.
You need to ensure that the logging function is called.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution.
Choose two.)
You are developing a Web application.
The home page of the application is named Default.aspx. The home page is regularly updated.
You need to ensure that you can precompile and deploy the application. You also need to ensure that
Default.aspx can be modified without recompiling the application.
What should you do?