2005-2-26 Community Server 1.0 Source Release # 其默认的SqlScript对于中文SQL Server是有问题的,建议您使用CommunityServ
2005-2-26 ] 其默认的SqlScript对于中文SQL Server是有问题的,建议您使用CommunityServer1.0 Release 汉化版 中已经调试好的SQLSc
2005-2-23 Community Server技术分析——CS是如何将三个项目整合到一起的 # 整体上来说,CS主要还是基于AspNetForums的架构,提取了三个项
2005-2-23 ] 整体上来说,CS主要还是基于AspNetForums的架构,提取了三个项目中的共用的部分做为公共项目(CommuntyServer.Components和Comm
我的收藏:Community Server专题四:HttpHandler 我的收藏:Community Server专题四:HttpHandler 原文地址:htt
我的收藏:Community Server专题三:HttpModule 我的收藏:Community Server专题三:HttpModule 原文地址:http:
我的收藏:Community Server专题五:IHttpHandlerFactory 我的收藏:Community Server专题五:IHttpHandlerFactory
在CSHttpModule.cs文件中的Init方法下有这样一行: 接着在Dispose方法中还有这么一行: Job?什么是Job,在CS运行过程中有什么用途,又是
HttpHandler实现了ISAPI Extention的功能,他处理请求(Request)的信息和发送响应(Response)。HttpHandler功能的实现通过实现IHttpHandler接口
从专题三开始分析Community Server的一些具体的技术实现,根据IIS对请求的处理流程,从HttpModule& HttpHandler切入话题,同时你也可以通过一系列的专题了解CS