kentico在使用局域网ip访问的时候提示Missing license或者Invalid website
Missing license
Requested URL: http://172.31.212.20/kentico10/
License status: Missing license
If you're an administrator of this site, please go to Licenses and use the following domain name to add a valid license: 172.31.212.20
How to get the license key
- If you own a license and want to generate a license key, please log in to the Client Portal to generate the license key.
- If you want to use the trial version of Kentico for evaluation purposes and wish to use a domain name other than “localhost” please contact support@kentico.com.
- If you’d like to use the free edition of Kentico, please log in to the Client Portal to generate the license key for your domain.
kentico的cms数据库中,有一张表是dbo.CMS_LicenseKey
SELECT LicenseKeyID ,
LicenseDomain ,
LicenseKey ,
LicenseEdition ,
LicenseExpiration ,
LicenseServers FROM dbo.CMS_LicenseKey
比如如果使用本地的局域网地址172.31.212.20,就会遇到问题。因为数据表中没有为这个ip生成license。
这个问题,还可以通过设置站点的domain aliases来解决
对应的前端界面是下图,需要先去官网生成一个license key,然后加入网站
Invalid website
If you're an administrator of this site, you need to go to Sites and make sure the following domain name is configured either in the site properties or a domain alias of a running web site: 127.0.0.1
找到对应的site,设置domain aliases
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2015-11-27 Check if KeyValuePair exists with LINQ's FirstOrDefault
2012-11-27 跨线程调用控件
2012-11-27 待学习的