Software Support Forum
Research answers to your questions, or request support for SharePoint
Solutions software products. Our forums are grouped by software product.
Welcome to Software Support Forum
Sign in
|
Join
|
Help
in
ExCM General
Extranet Collaboration Manager
(Entire Site)
Search
Home
Forums
Software Support Forum
»
Extranet Collaboration Manager
»
ExCM General
»
Role Manager feature has not been enabled
Role Manager feature has not been enabled
Last post 02-22-2008 8:58 AM by
jeremyluerkens
. 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
02-22-2008 8:56 AM
jeremyluerkens
Joined on 02-15-2008
Davenport, Iowa
Posts
133
Role Manager feature has not been enabled
Reply
Contact
When I try and add a Delegated Administrator the following message is presented:
The Role Manager feature has not been enabled.
But I have activated all Features...
Jeremy Luerkens
Manager, Software Production
SharePoint Solutions
Filed under:
excm
,
role manager
02-22-2008 8:58 AM
In reply to
jeremyluerkens
Joined on 02-15-2008
Davenport, Iowa
Posts
133
Re: Role Manager feature has not been enabled
Reply
Contact
This error occurs when the roleManager tag is missing the enable attribute or if the enableRoles attribute is set to false. To enable the role management features of the role provider the enable attribute must be set to true.
Example Role Manager Tag
<
roleManager
defaultProvider
="AspNetSqlRoleProvider"
enabled
="true">
<
providers
>
<
add
name
="AspNetSqlRoleProvider"
type
=".. Role Manager Type ..."
connectionStringName
="ConnStringName"
applicationName
="/"
/>
</
providers
>
</
roleManager
>
Jeremy Luerkens
Manager, Software Production
SharePoint Solutions
Filed under:
excm
,
role manager
Page 1 of 1 (2 items)