astajl
-
2/20/2006 10:50:57 AM
Re: License Key Error and Database Error
Hello,
Problem 1: http://www.mydomain.com/ http://www.mymirror.com/ http://111.222.111.222/ if i want to access the system by the above 3 urls, then I have to generate 3 keys, and put all those keys inside web.config like the following, right? <add key="CMSLicenseKey" value="XXX" /> <add key="CMSLicenseKey" value="YYY" /> <add key="CMSLicenseKey" value="ZZZ" />
Problem 2: Let me clarify my problem. I create a document template, e.g.Comics, then I want to create 2 new comics instances e.g. Batman Vol. 100 and Spiderman Vol. 88 by the previous 'Comics' template. You may assume that after creating Batman instance, the ComicsID will auto increase by 1, but I don't know why it fail to do so, so when I create Spiderman, cms returns error. Then, I check the table 'CONTENT_Comics', I found that the Identity attribute of pri key was reset, why this happen?
|