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
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.