nerdexam
Microsoft

70-667 · Question #203

70-667 Question #203: Real Exam Question with Answer & Explanation

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 n

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.

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

Community Discussion

No community discussion yet for this question.

Full 70-667 Practice