动易SiteFactory正式版问题解答汇总
问题: 为何单页节点无法自动生成。
解决方法:目前单页节点是没有单独的自动生成功能的。要使单页节点能自动生成。只能在设置为:当生成其它栏目时时,也一并关联生成相关节点或单页节点。
问题
解决方法:打开网站目录下的Web.config文件,并找到<webparts></webparts>节点。在此节点中添加下图中所画区域的语句。
解决方法:这是因为自定义模型使用了系统默认模板造成的。自定义模型如何设置及使用模板请参阅http://bbs.powereasy.net/dispbbs.asp?boardid=73&replyid=77189&id=362308&page=1&skin=0&Star=1 七楼
问题:采集文章不会自动审核.
解决方案:在添加或修改采集项目时,在字段设置时,把状态字段的值设置为指定值:99就可以了。99就是代表终审通过的状态码
问题:如何安装到二级目录下?
使用的虚拟主机,不能绑定虚拟目录,但是希望把SF安装到空间的一个二级目录下(如website),请问该如何实现??
把文件放在Website目录下就可了。不知是否是这个意思!
问题:
站点在本地,数据库服务器远程,使用快速安装,在创建数据库这一歩过程中,老是自动返回“阅读许可协议”这一步,不知何因?请解答。
解决方法:需要去掉config目录只读属性,给config目录加中asp.net 权限!关闭浏览器重新登录安装页面就可以了。
问题:
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
解决方法:
把Config目录及目录下的文件权限设置为支持net service 账号访问(XP设置为asp.net)





