|
setRegKey(strKey)
ASP DidYouMean has a fee trial mode for 30 days. The trial is licensed for evaluation only, and not for commercial or public use.
You may purchase licenses from www.aspdidyoumean.com to unlock the component.
To install your license you may also copy it into the contents of the file C:\Program Files\AspDidYouMean\regkey.txt.
If used, this should be the first method you call upon creating an instance of ASP DidYouMean.
Example
<%
set objDYM = server.createObject("ASPDidYouMean.DidYouMean")
strRegKey = "KSHT=1763P-XHTX-JIA1S"
objDYM .setRegKey(strRegKey )
%>
|