web.config文件配置说明
[color=Blue]首先要确定一下空间是.net 2.0或.net 3.5的空间,.net 1.0的空间是不行的.[/color][size=6]1[/size].一个原始的DT的web.config文件是这样的,如果是新空间则不需要修改直接上传到根目录就好了。[code]<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings>
<add key="Dutory_Container_AssemblyName" value="Dutory.Core.SQLite"/>
<add key="Dutory_Container_TypeName" value="Dutory.Core.SQLite.Container"/>
<add key="Dutory_RewriteConfig_FileName" value="~/rewrite.config"/>
<add key="Dutory_Subdirectory" value=""/>
</appSettings>
<connectionStrings/>
<system.web>
<globalization culture="zh-CN" fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" />
<pages buffer="true" enableViewState="false" maintainScrollPositionOnPostBack="false" validateRequest="false"/>
<httpModules>
<add type="Dutory.Portal.ModulePortal,Dutory.Portal" name="ModulePortal"/>
</httpModules>
</system.web>
</configuration>[/code][size=6]2[/size].如果空间已有web.config文件,需要追加到原有文件里的部份是[code]<add key="Dutory_Container_AssemblyName" value="Dutory.Core.SQLite"/>
<add key="Dutory_Container_TypeName" value="Dutory.Core.SQLite.Container"/>
<add key="Dutory_RewriteConfig_FileName" value="~/rewrite.config"/>
<add key="Dutory_Subdirectory" value=""/>[/code]这部份追加进<appSettings>节点里,如果没有appSettings节点,就要建一个[code]<httpModules>
<add type="Dutory.Portal.ModulePortal,Dutory.Portal" name="ModulePortal"/>
</httpModules>[/code]这部份追加进<system.web>里,如果有<httpModules>,那只加中间的一行就行了。
[size=6]3[/size].需要变通的部份是[code]<globalization culture="zh-CN" fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" />[/code]如果原来的web.config里这一部份指定的是gb2312的话,那么就要在你安装DT的目录里的web.config加上这一节 该改下了。。
呵呵。。。
这个是个好东东。。
[[i] 本帖最后由 木木 于 2008-12-24 13:27 编辑 [/i]]
回复 2# 的帖子
dt的web.config文件~ 呵呵,是啊 明明是 RT ... 太谢谢了,我的问题解决了,圣诞节快乐。:)谢谢10000 xiexie 为什么我在本地测试了没问题,但是上传上去了就有错误~ 好像更改了域名或路径就会错误,这样子该修改哪个地方呢~~~ 看错误页面地址:[url]http://www.zhiwenweb.cn/aspx[/url] 庆国庆充值话费满500(500以上)3.8折大优惠
10月1日,庆国庆喜迎中国成立60周年!
中国移动公司,为感谢新老客户多年来的支持!
特推出好礼大回馈,充值话费满500(满500以上)3.8折大优惠
欢迎移动用户来电咨询!
只限在国庆期间1号至15号
移动客服QQ:963001767
移动接待员:15914944447 明白明白~.
页:
[1]
