Rank: Newbie
Groups: Registered
Joined: 2/22/2016 Posts: 6
|
In documentation I have read that it's necessary to add the keyoti license key to web.config.
However, I've also read that it's necessary to put the key in the <searchengine:searchresult tag.
For example,
<SearchEngine:SearchResult LicenseKey="some number" etc. etc.>
Is it necessary to put the key in both places? Or is having it in web.config sufficient?
Thanks.
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
You can do either, web.config is probably better. -your feedback is helpful to other users, thank you!
|
Rank: Newbie
Groups: Registered
Joined: 2/22/2016 Posts: 6
|
|