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

Question: You work as an application developer at Company.com. You use .NET Framework 3.5 to create an ASP.NET application. You deploy the application on a Web server named Company-SR21. As soon as you try to access the application through Microsoft Internet Explorer you receive a “Service Unavailable” error message. To ensure productivity you need to be able to access the application through Microsoft Internet Explorer.
What should you do?

  1. You should consider restarting the Application pool on Company-SR21.
  2. You should consider starting Microsoft IIS 6.0 on Company-SR21.
  3. You should consider setting the .NET Framework version on Company-SR21.
  4. You should consider adding the machine.config file for the application.

Correct Answer: 1


Question: You work as a junior developer at Company.com. You have been informed by a senior developer to create an ASP.NET application that uses Microsoft .NET Framework 3.5. This application has to be deployed to a Microsoft IIS 6.0 Web server named Company-SR02. Company-SR02 is configured to run in process isolation mode and hosts several Microsoft .NET Framework 1.1 Web applications. Whilst trying to access the application you receive the error message below:
“It is impossible to run other versions of ASP.NET in the same IIS process. Please make use of the IIS Administration Tool to reconfigure your server to run the application in a separate process.”
The senior developer wants you to make sure that the applications will function on CompanySR02 without affecting their configuration. Company-SR02 must also remain in process isolation mode.
What should you do (Choose two)

  1. This can be achieved by ensuring that the new application is configured use Microsoft .NET Framework 2.0 in IIS 6.0 Manager.
  2. This can be achieved by ensuring that autoConfig=”false” is set on the <processModel> property in the machine.config file.
  3. This can be achieved by ensuring that a new application pool is created. Thereafter the new application should be added to the pool.
  4. This can be achieved by ensuring that IIS 6.0 is configured to run the WWW service in the IIS 5.0 isolation mode.
  5. This can be achieved by ensuring that the Recycle worker processes option is disabled in the Application Pool Properties dialog box.

Correct Answer: 1,3


Question: You work as an application developer at Company.com. You make use of Microsoft .NET Framework 3.5 to create an ASP.NET application. You receive numerous complaints from users stating that they get a “Service Unavailable” error message when they attempt to access the application in the Web browser. You need to make sure that the users are able to access the application effectively.
What should you do?

  1. This can be accomplished by starting Microsoft IIS 6.0.
  2. This can be accomplished by starting the Application pool.
  3. This can be accomplished by setting the .NET Framework version.
  4. This can be accomplished by adding the machine.config file for the application.

Correct Answer: 2


Question: You work as a Web Developer at Company.com. You are in the process of creating a Web site using Microsoft ASP.NET 3.5. You receive an instruction to create a single assembly for the entire application. You need to ensure that your solution produces dummy markup pages.
What should you do?

  1. You should run the ASP.NET Compiler Tool (Aspnet_compiler.exe) without the -u option. Then the ASP.NET Merge Tool (Aspnet_merge.exe) should be run with the -o option.
  2. You should run the ASP.NET Registration Tool (Aspnet_regiis.exe) without the -u option. Then the ASP.NET Merge Tool (Aspnet_merge.exe) should be run with the -o option.
  3. You should run the ASP.NET Compiler Tool (Aspnet_compiler.exe) without the -u option. Then the ASP.NET Registration Tool (Aspnet_regiis.exe) should be run without the -u option.
  4. You should run the ASP.NET Merge Tool (Aspnet_merge.exe) with the -o option. Then the ASP.NET Browser Registration Tool (Aspnet_regbrowsers.exe) should be run with the -u option.

Correct Answer: 2


Question: You work as an application developer at Company.com. You use Microsoft .NET Framework 3.5 to create a Microsoft ASP.NET. The application is configured to run Microsoft IIS 6.0. Several general purpose utility classes are used to implement business logic in the application. The utility classes are often modified. You thus need to make sure that the after the modification of a utility class the application is recompiled automatically.
What should you do?

  1. This can be accomplished by using a Microsoft Visual Studio ASP.NET Web site to create the Web application. Thereafter the utility classes should be added to the root folder of the Web application.
  2. This can be accomplished by using a Microsoft Visual Studio ASP.NET Web Application project to create the Web application. Thereafter the utility classes should be added to the App_Code subfolder of the Web application.
  3. This can be accomplished by using a Microsoft Visual Studio ASP.NET Web Application to create the Web application. Thereafter the utility classes should be added to the root folder of the Web application.
  4. This can be accomplished by using a Microsoft Visual Studio ASP.NET Web site to create the Web application. Thereafter the utility classes should be added to the App_Code subfolder of the Web application.

Correct Answer: 4

Tagged . Bookmark the permalink.

Leave a Reply