nerdexam
Microsoft

70-515 · Question #106

You are adding new capabilities to an ASP.NET web site. The site currently connects to a Microsoft SQL Server database by using the credentials of the CONTOSO\AppIdentity account, which has been…

The correct answer is A. Use the aspnet_regsql tool. C. Add the CONTOSO\AppIdentity user to the asp_Roles_FullAccess database role. See the full explanation below for the reasoning.

Question

You are adding new capabilities to an ASP.NET web site. The site currently connects to a Microsoft SQL Server database by using the credentials of the CONTOSO\AppIdentity account, which has been granted access to only objects within the database. The application requires the following implementation:

  • Database objects that support ASP.NET roles must be added to the

existing database.

  • The Contoso\AppIdentity user must be granted only the minimum

privileges that are required to support all features of ASP.NET roles. You need to add the ASP.NET roles support. Which two actions should you perform? (Each correct answer presents part of the complete solution. Choose two.)

Options

  • AUse the aspnet_regsql tool.
  • BUse the aspnet_regiis tool.
  • CAdd the CONTOSO\AppIdentity user to the asp_Roles_FullAccess database role.
  • DAdd the CONTOSO\AppIdentity user to the db_accessadmin database role.

How the community answered

(43 responses)
  • A
    81% (35)
  • B
    12% (5)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice