Hi,
Can anyone explain to me what does this piece of code mean?
<roleManager enabled="true" defaultProvider="MySQLRoleProvider">
<providers>
<clear/>
<add name="MySQLRoleProvider"
type="MySql.Web.Security.MySQLRoleProvider, MySql.Web, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"
connectionStringName="LocalMySqlServer"
applicationName="/name"
autogenerateschema="true" />
</providers>
</roleManager>
Whenever i run the program, there is this error message that prompted in my web browser
Parser Error Message: Could not load file or assembly 'MySql.Web, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
can anyone explain to me?
If you have any doubt, please post.
Thanks,
Esther