开发者

Sharepoint 2010 Foundation Forms authentication

开发者 https://www.devze.com 2022-12-23 20:40 出处:网络
I\'ve followed through this(http://goo.gl/1LTX) guide 开发者_运维知识库to setup FBA in SP 2010, but I get an error...

I've followed through this(http://goo.gl/1LTX) guide 开发者_运维知识库to setup FBA in SP 2010, but I get an error...

Note: I have enable WCF error messages

Cannot get Membership Provider with name wss_fba. The membership provider for this process was not properly configured. You must configure the membership provider in the .config file for every SharePoint process.

Any ideas?

I've checked the config and the default for membership and roles is correct as I have setup in IIS 7.

<membership defaultProvider="wss_fba" />
<roleManager defaultProvider="wss_roles" />


You need to add your own membership provider to the web.config file of the SecurityTokenServiceApplication. You can do that either by hand (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebServices\SecurityToken) or by IIS manager (open up SharePoint Web Services and modify the providers in the SecurityTokenServiceApplication webapp).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号