<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet type="text/xsl" href="inc/rss.xsl" version="1.0"?><rss version="2.0">
<channel>
<title>.NET类技术 - 心跳网络空间</title>
<link><![CDATA[http://www.xintiao.net/]]></link>
<description><![CDATA[ASP技术，CGI技术，ASP.net技术，平面设计，FLASH动画，网络安全、攻防、维护、建设，动网论坛技术...]]></description>
<language>zh-CN</language><generator>iwms.net</generator>
<image>
<title><![CDATA[心跳网络空间]]></title>
<url>pic/logo.gif</url>
<link>http://www.xintiao.net/</link>
</image>
<item>
	<title><![CDATA[ASP.NET中把扩展名.aspx改成自定义的扩展名.mspx,如何在IIS与.net框架中配置]]></title>
	<link><![CDATA[http://xintiao.net/show.aspx?id=135&cid=8]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Mar 2006 16:39:00 GMT</pubDate>
	<category><![CDATA[.NET类技术]]></category>	<description><![CDATA[1.IIS映射:<br/>.mspx&nbsp; ----&gt;&nbsp; C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll<br/>限于:GET,HEAD,POST,DEBUG<br/>2.web.config<br/>&lt;configuration&gt;<br/> &nbsp; &lt;system.web&gt;<br/>&nbsp; &nbsp; &nbsp; &lt;httpHandlers&gt;<br/>&nbsp; &nbsp; &nbsp;  &nbsp; &lt;add verb=&quot;*&quot; path=&quot;*.mspx&quot; type=&quot;Syste...]]></description>
</item>
<item>
	<title><![CDATA[巧妙实现 Form 表单认证跨站点、跨服务器的单点登录（Single Sign On）]]></title>
	<link><![CDATA[http://xintiao.net/show.aspx?id=134&cid=8]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Mar 2006 16:39:00 GMT</pubDate>
	<category><![CDATA[.NET类技术]]></category>	<description><![CDATA[之前我们讲述的使用 Form 认证实现单点登录，正如网友所说的那样，只能在同一域名下使用。对于跨域名的单点登录，除了使用 Passport 认证外，我们还是可以用 Form 认证的，只是要讲究方法而已啦。正所谓“山不转水转，人不转心转”。  <br/>一、&nbsp; &nbsp; &nbsp; &nbsp; 跨域名的解决思路  <br/>在MSDN 2003 上搜索关键字“Passport”，偶找到一篇“Passport 身份验证提供程序”。文章讲述了 Passport 的认证原理，共 8 条，我就不多说了，大伙自个看吧。其中有一句话，引起偶的注意：“……响应在查询字符串中包含一个加密的 Passport Cookie……”。也正是此句才有了下面...]]></description>
</item>
</channel>
</rss>