ASPCOM学习笔记

时间:2023-05-08 18:19:12 阅读: 最新文章 文档下载
说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

一、重要文件夹

1、admin_aspcms:后台程序,可修改。

2、config:网站配置文件。

网站总路径:在根目录下无需配置,在子目录下需配置路径。

3、data:数据库目录。可以更改数据库名,在配置文件中也要做相应调整。

4、templates:模板目录文件夹。

"album.html">相册详细模版</file>

"albumlist.html">相册列表模版</file>

"apply.html">职位申请模版</file>

"down.html">下载模版</file>

"downlist.html">下载列表模版</file>

"editpass.html">资料修改模版</file>

"foot.html">底部模版</file>

"gbook.html">在线留言模版</file>

"head.html">头部模版</file>

"index.html">首页模版</file>

"job.html">招聘详细模版</file>

"joblist.html">招聘列表模版</file>

"left.html">辅助模版</file>

"login.html">登录模版</file>

"news.html">新闻详细模版</file>

"newslist.html">新闻列表模版</file>

"product.html">产品详细模版</file>

"productbuy.html">产品购买模版</file>

"productlist.html">产品列表模版</file>

"reg.html">注册模版</file>

"userbuy.html">用户面板订单查看模板</file>

"userinfo.html">用户资料模板</file>

"rssmap.html">RSS 地图模版</file>

"search.html">搜索模版</file>

"sitemap.html">网站地图模版</file>

"taglist.html">tag 列表模版</file>

"tags.html">热门 tag 列表模版</file>

"about.html">单页模版</file>

"custom.html">自定义表单模版</file>

"left1.html">自定义辅助模板</file>

"userleft.html">用户中心自定义辅助模板</file>

"productcart.html">购物车模版</file>

"productcheckout.html">购物车结账模版</file>

"productcomfirm.html">购物车账单确认模版</file>

"productprint.html">购物车账单打印模版</file>

二、调试问题:用ASP服务器调试打不开问题解决

打开/inc/AspCms_MainClass.asp 将Response.Charset = "gbk"加引号注销掉(第8行)。

三、管理员设置:(视频第三讲)

本文来源:https://www.wddqw.com/doc/71ad6f42cf84b9d528ea7aba.html