cnblogs.com

Cs Tip08: 文件存储

译自: http://soup.co.za/weblog/archive/2006/03/28/49.aspx

Cs2.0默认将文件存放在数据库和文件系统中,如果数据库对您非常紧张的话,您可以只将文件存储到文件系统中,您需要修改一下 CommunityServer.config

修改enableDataStoreStorage="true" 为enableDataStoreStorage="false".



zhzkl 2006-07-30 23:06 发表评论

Read the complete post at http://www.cnblogs.com/zhzkl/archive/2006/07/30/463560.html