Background and Problem Recently, I developed a website which implements PKI infastructure. On Click of a Button I sign and encrypt a document and send to desired location. During the development I have put the signer certificate in my "Certificates-CurrentUser" store and worked good. But when I deployed the site in production I found that IIS cannot locate the certificate from "Certificates-CurrentUser" store.Initially I wrote this code and which was the CULPRIT:object locationCertificate = "SomeCertificate";X509Store ......
Problem After restoring DB in SQL Server 2005 db most of the time I get the following error: Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects. SolutionThis was not new to me and I always used to take the following steps to solve it:1. Right Click ......