by
7. April 2009 19:27
Problem
Today i launched the aspnet_regsql.exe. Unfortunately i received the following error:
EXECUTE permission denied on object 'aspnet_CheckSchemaVersion', database 'myDB', schema 'dbo'.
Solution
Take the properties of the “NT Autority\Network Service” user. Select the myDB database and add all the necessary Roles like aspnet_Membership_FullAccess to the user.

In the screenshot are all the databaseroles added.