Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 5

Question: You work as an application developer at Company.com. You are in the process of creating an ASP.NET application using .NET Framework 3.5. Your application contains a Web Page with a DataSourceControl. This control is named KingProducts. This control is bound to a Microsoft SQL Server 2005 table. The primary… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 4

Question: You work as an application developer at Company.com. You are in the process of creating an ASP.NET application that uses Microsoft .NET Framework 3.5. You receive an instruction from management to create a custom-templated server control. To ensure productivity you need to make sure that the child controls of… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 3

Question: You work as an application developer at Company.com. You are in the process of creating an ASP.NET application in .NET Framework 3.5. The application is configured to use Form Authentication. You activate the ASP.NET AJAX authentication service in the application’s Web.config file. Your application contains a Web form with… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 2

Question: You work as an application developer at Company.com. You decide to create an ASP.NET Web application on the companies’ network in Microsoft .NET Framework 3.5. Your application must not allow access to anonymous users but must support users from untrusted domains. What should you do? Your best choice would… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 1

Question: You work as a Web Developer at Company.com. Company.com makes use of Microsoft ASP.NET 3.5. You use this application to create a Web site. The following code exists in a file in the App_Code folder: namespace Company.Providers { public class SessionSiteMapProvider : SiteMapProvider { // Members omitted for brevity… Continue reading