first time I trying to install it got error about Role Manager setup , so after it I add
<roleManager enabled="true" defaultProvider="DNNSQLRoleProvider" cacheRolesInCookie="true" cookieName=".ASPXROLES" cookieTimeout="30" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" createPersistentCookie="false" cookieProtection="All">
<providers>
<clear/>
<!-- Configuration for DNNSQLRoleProvider:
connectionStringName="string" Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified
description="string" Description of what the provider does
commandTimeout="int" Command timeout value for SQL command
-->
<add name="DNNSQLRoleProvider" type="DotNetNuke.Security.Role.DNNSQLRoleProvider, DotNetNuke.Provider.SQLRoleProvider" connectionStringName="SiteSqlServer" applicationName="/" description="Stores and retrieves roles data from the local Microsoft SQL Server database"/>
</providers>
</roleManager>
And get this error :
Parser Error Message: Could not load file or assembly 'DotNetNuke.Provider.SQLRoleProvider' or one of its dependencies. Can't find file
Source Error:
Line 292:-->
Line 293:
Line 294:<add name="DNNSQLRoleProvider" type="DotNetNuke.Security.Role.DNNSQLRoleProvider, DotNetNuke.Provider.SQLRoleProvider" connectionStringName="SiteSqlServer" applicationName="/" description="Stores and retrieves roles data from the local Microsoft SQL Server database"/>
Line 295:
Line 296:</providers>
How can I fix it ... ? Maybe I doing something wrong ?