<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>寒羽枫（cityhunter172）原创作品 - ASP.NET</title><link>http://blog.csdn.net/cityhunter172/category/15738.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 03 Dec 2006 01:53:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>寒羽枫</dc:creator><title>【原创】ASP.NET会话（Session）保存模式</title><link>http://blog.csdn.net/cityhunter172/archive/2006/05/14/727743.aspx</link><pubDate>Sun, 14 May 2006 00:39:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2006/05/14/727743.aspx</guid><description>主要介绍 ASP.NET会话（Session）的保存模式（sessionState mode），重点是 StateServer、SQLServer 两种保存方式。文中有详细设置步骤以及抓图，本文撰写系统环境为 .NET Framework v1.1 、Windows 2000 简体中文、SQL Server 2000 简体版&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/727743.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>寒羽枫</dc:creator><title>【原创】图解使用VS.NET部署含水晶报表的网站</title><link>http://blog.csdn.net/cityhunter172/archive/2006/01/08/573709.aspx</link><pubDate>Sun, 08 Jan 2006 18:27:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2006/01/08/573709.aspx</guid><description>本文详细介绍了，如何使用 Visual Studio.Net 部署包含水晶报表的站点。每一步骤都有图示，抓图时的系统环境： Windows 2003 繁体版，Visual Studio.Net 2003 英文版。&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/573709.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>寒羽枫</dc:creator><title>【原创】ASP.NET 安全认证（四）——巧妙实现 Form 表单认证跨站点、跨服务器的单点登录（Single Sign On）</title><link>http://blog.csdn.net/cityhunter172/archive/2005/12/31/567479.aspx</link><pubDate>Sat, 31 Dec 2005 18:40:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2005/12/31/567479.aspx</guid><description>本文乃是前三篇的补充，主要讲述了如何使用 Form 认证实现跨站点、跨服务器的单点登录。介绍了“天女散花”“后羿射日”两种方法，基本上达到了“通行证”的要求。&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/567479.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>寒羽枫</dc:creator><title>【原创】ASP.NET 安全认证（三）—— 用Form 表单认证实现单点登录（Single Sign On）</title><link>http://blog.csdn.net/cityhunter172/archive/2005/12/06/545301.aspx</link><pubDate>Tue, 06 Dec 2005 21:23:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2005/12/06/545301.aspx</guid><description>【原创】ASP.NET 安全认证（三）—— 讲述了 Machine.config 的内容及其与 Web.config 的关系；实现单点登录（Single Sign On）的前提与步骤；Cookie 在 ASP.NET 的用法；如何创建永久性 Cookie&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/545301.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>寒羽枫</dc:creator><title>【原创】ASP.NET 安全认证（二）——灵活运用 Form 表单认证中的 deny 与 allow 及保护 .htm 等文件</title><link>http://blog.csdn.net/cityhunter172/archive/2005/11/13/528463.aspx</link><pubDate>Sun, 13 Nov 2005 04:52:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2005/11/13/528463.aspx</guid><description>ASP.NET 安全认证（二）介绍 Form 表单认证的实战运用：Web.config 的作用范围；允许与拒绝某个用户；集中整个项目中的 Web.config；保护 .htm 、.js 等普通文件&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/528463.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>寒羽枫</dc:creator><title>【原创】ASP.NET 安全认证（一）—— 如何运用 Form 表单认证</title><link>http://blog.csdn.net/cityhunter172/archive/2005/11/06/524043.aspx</link><pubDate>Sun, 06 Nov 2005 20:33:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2005/11/06/524043.aspx</guid><description>ASP.NET 安全认证（一）介绍 Form 表单认证的用法：修改 Web.config；登录与退出的 .cs 代码；判断验证与否及获取验证后的用户信息；&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/524043.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cityhunter172</dc:creator><title>在 ASP.NET 页面中使用 TreeView 控件</title><link>http://blog.csdn.net/cityhunter172/archive/2005/01/26/269074.aspx</link><pubDate>Wed, 26 Jan 2005 16:33:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2005/01/26/269074.aspx</guid><description>本文主要介绍如何在 ASP.NET 页面中使用 TreeView 控件，包含从数据库绑定节点，从 XML 文档绑定节点。另外，还介绍了怎样修改控件源码，以达到取消默认选中节点的效果。&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/269074.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cityhunter172</dc:creator><title>使用SharpZip压缩与解压缩的实战经验</title><link>http://blog.csdn.net/cityhunter172/archive/2005/01/25/267150.aspx</link><pubDate>Tue, 25 Jan 2005 11:04:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2005/01/25/267150.aspx</guid><description>使用SharpZip压缩与解压缩的实战经验
本文主要讲述了在 ASP.NET 页面如何使用 SharpZip 进行压缩与解压缩&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/267150.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cityhunter172</dc:creator><title>对 ASP.NET 应用程序启动调试应如何设置（包括远程调试）</title><link>http://blog.csdn.net/cityhunter172/archive/2005/01/08/245229.aspx</link><pubDate>Sat, 08 Jan 2005 18:22:00 GMT</pubDate><guid>http://blog.csdn.net/cityhunter172/archive/2005/01/08/245229.aspx</guid><description>对 ASP.NET 应用程序启动调试 （包括远程调试）的详细步骤设置，详细过程图解&lt;img src ="http://blog.csdn.net/cityhunter172/aggbug/245229.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>