I deployed a website on IIS7.5. It worked fine. When I tried to deploy it on IIS6 I got a "Configuration Error" regarding the CustomRoleProvider(*Line 65*) . What seems to be the problem?
<roleManager enabled="true" defaultProvider="CustomRoleProvider">
<providers>
<clear />
Line 65: <add name="CustomRoleProvider" type="A.B.CustomRoleProvider, A" connectionStringName="MyConnectionString" />
</providers>
</roleManager>
Error Message :
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Exception has been thrown by the target of an invocation.