70-528  Exam

Exam # of questions Description  Update
70-528 88 Microsoft 70-528 MS.NET Framework 2.0-Web-based C... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

70-528 - Exam Information
  • Description: Microsoft 70-528 MS.NET Framework 2.0-Web-based Client Development
  • Passing Score: 75%
  • Practice Test - Number of questions: 88 questions
  • Simulation Test - Number of questions: 88 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: Yes

Question of the day

You are developing a Web application. The Web application uses the following code segment to connect to a database.conn. ConnectionString = "Server=(local); " & _"Initial Catalog=IT department; Integrated Security=SSPI;" You create logins in Microsoft SQL Server for each user of the Web application. When you run the Web application, you receive the following error message. "Login failed for user 'COMPUTERNAME\ASPNET'." You need to resolve this error. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Answer(s)

  1. In IIS, deny anonymous access.
  2. In the Web.config file, enable impersonation.
  3. In IIS, allow anonymous access.
  4. In the Web.config file, disable impersonation.
  5. In the Web.config file, set the authentication mode to Windows.
Correct Answer

In IIS, deny anonymous access.

In the Web.config file, enable impersonation.