I am getting the above error when attempting to use roles on an asp.net application.
We connect using an application user with dbo rights. it works locally (C drive) but not when loaded to our joint developement environment on the network.
EXECUTE permission denied on object 'aspnet_CheckSchemaVersion', database 'BusPass', owner 'dbo'.
Is it possible that SQL is looking at the network user instead of the database user?
We connect using an application user with dbo rights. it works locally (C drive) but not when loaded to our joint developement environment on the network.
EXECUTE permission denied on object 'aspnet_CheckSchemaVersion', database 'BusPass', owner 'dbo'.
Is it possible that SQL is looking at the network user instead of the database user?