nerdexam
Microsoft

70-667 · Question #203

You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. The farm contains a web application named WebApp1. WebApp1 contains one site collection named Portal. WebApp1 is configured to use…

The correct answer is B. Modify the Web.config file. D. Extend WebApp1. Modify the web.config file for Membership Provider and Role Manager. We need to modify 3 different web.config files for FBA to work. Web.config of FBA Web application, web.config of Central Administration Site & Web.config of STS. Add connection String: <connectionStrings> <add…

Implementing and Managing SharePoint Security

Question

You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. The farm contains a web application named WebApp1. WebApp1 contains one site collection named Portal. WebApp1 is configured to use NTLM authentication. You need to implement forms-based authentication for Portal. What should you do? (Each correct answer part of the solution. Choose all that apply.)

Options

  • AModify web.config of FBA web application.
  • BModify the Web.config file.
  • CCreate a managed metadata service connection.
  • DExtend WebApp1.
  • ECreate a new web application.

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    80% (24)
  • C
    3% (1)
  • E
    3% (1)

Explanation

Modify the web.config file for Membership Provider and Role Manager. We need to modify 3 different web.config files for FBA to work. Web.config of FBA Web application, web.config of Central Administration Site & Web.config of STS. Add connection String: <connectionStrings> <add name="SQLConnectionString" connectionString="data source=SQL;Integrated Security=SSPI;Initial Catalog=SQL-Auth" /> </connectionStrings> Connection String has to be added after </SharePoint> and Before <system.web> fba-withsharepoint-2010.aspx

Topics

#forms-based authentication#web.config#extend web application#NTLM

Community Discussion

No community discussion yet for this question.

Full 70-667 Practice