I have problem getting the provider running.
At web admin security page I got this message:
"There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may help in diagnosing the problem: Could not load file or assembly 'SampleAccessProviders' or one of its dependencies. The system cannot find the file specified. (C:\Documents and Settings\Calvin\My Documents\My Webs\WebSite5\web.config line 13) "
<
add name="AccessMembershipProvider"
type="Samples.AccessProviders.AccessMembershipProvider, SampleAccessProviders" <-- this is line 13
connectionStringName="AccessFileName"
What I did:
I copied the compiled SampleAccessProviders.dll files into App_GlobalResources folder and Access Database into App_Data folder and replaced the Web.Config file.
Where is my problem.