分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 网页技术

kentico在使用局域网ip访问的时候提示Missing license或者Invalid website

发布时间:2023-09-06 01:27责任编辑:郭大石关键词:暂无标签

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来解决

Invalid website

Either the website is stopped or the requested domain name is not configured for any website: http://127.0.0.1/Kentico10/CMSMessages/invalidwebsite.aspx

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

kentico在使用局域网ip访问的时候提示Missing license或者Invalid website

原文地址:http://www.cnblogs.com/chucklu/p/7902751.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved