I'm working with a website that uses ASP.Net and WCF services to serve up data from a SQL Server database. In the code, I'm getting an error:
So far, I've checked the rnd user mapping, and the rights to the db are datareader, datawriter, and public. sa has owner and public. So, I suspect it has something to do with the rights of the user.
Can someone help me out? Please let me know what additional information I need to provide, not sure what is helpful and what is in the way.
TIA
An unforeseen consequence of the information revolution has been the exponential propagation of human error.
I'm told that the workaround to this is to change the userid in web.config to sa (normal userid is rnd). I suspect that if we go down that road very far, we will run some security risks.Cannot find the symmetric key 'master key', because it does not exist or you do not have permission.
Cannot find the certificate 'RedFlag', because it does not exist or you do not have permission.
So far, I've checked the rnd user mapping, and the rights to the db are datareader, datawriter, and public. sa has owner and public. So, I suspect it has something to do with the rights of the user.
Can someone help me out? Please let me know what additional information I need to provide, not sure what is helpful and what is in the way.
TIA
An unforeseen consequence of the information revolution has been the exponential propagation of human error.