Hi
I get the following error:
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: Could not load file or assembly 'MyCustomProviders.dll' or one of its dependencies. The system cannot find the file specified.
My web config:
<membership defaultProvider="CustomMemberProvider" userIsOnlineTimeWindow="15">
<providers>
<add
name="CustomMemberProvider"
type="HCCWebBusinessPlanningSolution.AspNet.Membership.CustomMemberProvider,MyCustomProviders.dll"
connectionStringName="DefaultConnection"
enablePasswordRetrieval="true"
enablePasswordReset="true"
requiresQuestionAndAnswer= ...
Go to the complete details ...