Online Access Free 070-528 Exam Questions

Exam Code:070-528
Exam Name:TS: Microsoft .NET Framework 2.0 - Web-based Client Development
Certification Provider:Microsoft
Free Question Number:149
Posted:Sep 05, 2026
Rating
100%

Question 1

You create a Web site. You assign a theme to all pages of the Web site. You use Skin files to assign visual styles to the application controls.
On several pages, you need to prevent the skins from overriding the style properties of some of the controls.
What should you do?

Question 2

You are creating a Web application.
You create a Web page that contains the following code segment.
Literal lit = new Literal();
Page.Controls.Add(lit);
System.Xml.XmlDocument doc = new System.Xml.XmlDocument();
doc.LoadXml("<root><elem>some text<child/>more text</elem></root>");
You need to display all the contents of the XML document that is loaded. Which code segment should you add?

Question 3

You have a Microsoft ASP.NET Web site that connects to a Microsoft SQL Server database.
You configure the database to allow only trusted connections. The Web site uses Windows Authentication
to authenticate all users.
You create a new domain account named dbUser that has access to the database.
You need to ensure that the Web site can access the database without allowing each individual user to
access the database.
What should you do?

Question 4

You modify a Microsoft ASP.NET Web site on your client computer.
When you use the Copy Web site tool to connect to the Web server, you see several question marks in both Source Web site and Remote Web site panes. You need to deploy your changes to the Web server. You also need to ensure that all previous changes on
the Web server are preserved. What should you do?

Question 5

You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following code segment to protect the page.
if (Page.User.Identity.Name != @"CONTOSO\Administrator") { Response.Redirect("login.aspx"); }
You are logged on as Administrator. When you display the page, you are redirected to Login.aspx.
You discover that the User.Identity.Name property is not being correctly populated.
You need to ensure that you can access the page when you are logged on as Administrator.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.