账号通
    

账号  

密码  

3619

查看

10

回复
主题:[反馈BUG]新版8.03本在本机测试问题 [收藏主题] 转到:  
05link 当前离线

174

主题

1

广播

0

粉丝
添加关注
级别:一年级

用户积分:725 分
登录次数:77 次
注册时间:2008/4/21
最后登录:2013/10/15
05link 发表于:2012/2/28 20:07:00   | 显示全部帖子 查看该作者主题 楼主 
科汛智能建站系统

新版8.03免费正式版要本机测试不能登录问题,用aspweb.exe在本机测试登录,不能进入后台,,http://127.0.0.1:99/admin/login.asp后台第一个页面能打开,输入用户名和密码等,点击“管理登录”进入http://127.0.0.1:99/admin/Login.asp?Action=LoginCheck页面时就不能打开页面了,而以前的版本均能用这个软件本机测试,这给不安装IIS的朋友带来很多不便,经过仔细检查,发现是:admin文件下的index.asp这个第11行代码Response.CharSet="gb2312",的问题,将这段代码删除,这行留空,就没问题了。

即:原admin文件下的index.asp首页代码是:

<%@LANGUAGE=" CODEPAGE="936"%>

<%option explicit%>

<!--#include file="../Conn.asp"-->

<!--#include file="../KS_Cls/Kesion.CommonCls.asp"-->

<!--#include file="Include/Session.asp"-->

<%

response.cachecontrol="no-cache"

response.addHeader "pragma","no-cache"

response.expires=-1

response.expiresAbsolute=now-1

Response.CharSet="gb2312"

'****************************************************

' Software name:Kesion CMS 8.0

' Email: service@kesion.com . QQ:111394,9537636

' Web: http://www.kesion.com http://www.kesion.cn

' Copyright (C) Kesion Network All Rights Reserved.

'****************************************************

Dim KSCls

Set KSCls = New Admin_Index

KSCls.Kesion()

Set KSCls = Nothing

Class Admin_Index

        Private KS

  Private Sub Class_Initialize()

    Set KS=New PublicCls

    CheckChannelStatus

将这里第11行删空,即改成:

<%@LANGUAGE=" CODEPAGE="936"%>

<%option explicit%>

<!--#include file="../Conn.asp"-->

<!--#include file="../KS_Cls/Kesion.CommonCls.asp"-->

<!--#include file="Include/Session.asp"-->

<%

response.cachecontrol="no-cache"

response.addHeader "pragma","no-cache"

response.expires=-1

response.expiresAbsolute=now-1



'****************************************************

' Software name:Kesion CMS 8.0

' Email: service@kesion.com . QQ:111394,9537636

' Web: http://www.kesion.com http://www.kesion.cn

' Copyright (C) Kesion Network All Rights Reserved.

'****************************************************

Dim KSCls

Set KSCls = New Admin_Index

KSCls.Kesion()

Set KSCls = Nothing

Class Admin_Index

        Private KS

  Private Sub Class_Initialize()

    Set KS=New PublicCls

    CheckChannelStatus



这样后台就能进入了。大家试试!不过这样删除后,其他方面是不是会有影响,没有全面测试,请官方给予更改为是。



 
男女之迷http://www.05mi.com 你我健康网http://www.05jk.net 男女互连http://www.05link.com--连接天下俊男美女
  支持(5) | 反对(5) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.08203秒 powered by KesionCMS 9.0