I am trying to create a login form with the membership table in a MySql server. Al seems to work OK, but I am not able access the Security tab inside the ASP.Net Website. I get the following message (It is in Spanish so translated it is more or less like this):
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: No source was found, but could not find in some or all event logs. To create the source, you need permission to read all event records in order to verify that the new source name is unique. Inaccessible records: Security.
I tried everything. Setting all permissions for all users for the Security in Windows registry (I was not able to add NetworkService user).
Also the MySql works great. It created the necessary tables and the website is working. The problem is I'm not able to access Security tab in order to add rules, roles, users, block pages, etc...
Thanks for your help!