<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>《微软的live space出错》的评论</title>
	<atom:link href="http://www.juyimeng.com/ms-live-space-error.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juyimeng.com/ms-live-space-error.html</link>
	<description>Betty's  blog</description>
	<pubDate>Thu, 04 Dec 2008 20:30:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>贝贝爸</title>
		<link>http://www.juyimeng.com/ms-live-space-error.html#comment-816</link>
		<dc:creator>贝贝爸</dc:creator>
		<pubDate>Sat, 28 Jul 2007 00:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/ms-live-space-error.html#comment-816</guid>
		<description>一般的错误都没啥，微软的site出这种问题，就有点搞笑了。
:D
代码里面有&#60;&#62;显示会有点问题。</description>
		<content:encoded><![CDATA[<p>一般的错误都没啥，微软的site出这种问题，就有点搞笑了。<br />
 <img src='http://www.juyimeng.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
代码里面有&lt;&gt;显示会有点问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>mmfish</title>
		<link>http://www.juyimeng.com/ms-live-space-error.html#comment-812</link>
		<dc:creator>mmfish</dc:creator>
		<pubDate>Fri, 27 Jul 2007 17:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/ms-live-space-error.html#comment-812</guid>
		<description>这个WordPress的anti-XSS屏蔽了消息里的代码。具体补充：

错误设置是

customErrors mode="RemoteOnly"

正确设置应该是：

customErrors mode="On" defaultRedirect="mycustompage.htm"</description>
		<content:encoded><![CDATA[<p>这个WordPress的anti-XSS屏蔽了消息里的代码。具体补充：</p>
<p>错误设置是</p>
<p>customErrors mode=&#8221;RemoteOnly&#8221;</p>
<p>正确设置应该是：</p>
<p>customErrors mode=&#8221;On&#8221; defaultRedirect=&#8221;mycustompage.htm&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>mmfish</title>
		<link>http://www.juyimeng.com/ms-live-space-error.html#comment-811</link>
		<dc:creator>mmfish</dc:creator>
		<pubDate>Fri, 27 Jul 2007 17:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/ms-live-space-error.html#comment-811</guid>
		<description>这是ASP.NET程序常见问题，具体的原因是Web.xml配置文件中的如下设置：



因为没有设置缺省的错误消息页面(defaultRedirect)，ASP.NET的缺省错误消息被返回给用户。因为处理方式设置是"RemoteOnly",所以远程用户就看到这个相对简单的页面，而服务器本地的用户（比如开发和调试人员）就会看到详细的错误信息，包括具体的堆栈溢出。这样的消息不仅对用户不用好而且给黑客提供信息，所以一般只在调试系统中采用。

具体的正确设置因该是：

. 

这个“mycustompage.htm"应该显示简洁的对用户友好却又不透露更多系统信息的消息。</description>
		<content:encoded><![CDATA[<p>这是ASP.NET程序常见问题，具体的原因是Web.xml配置文件中的如下设置：</p>
<p>因为没有设置缺省的错误消息页面(defaultRedirect)，ASP.NET的缺省错误消息被返回给用户。因为处理方式设置是&#8221;RemoteOnly&#8221;,所以远程用户就看到这个相对简单的页面，而服务器本地的用户（比如开发和调试人员）就会看到详细的错误信息，包括具体的堆栈溢出。这样的消息不仅对用户不用好而且给黑客提供信息，所以一般只在调试系统中采用。</p>
<p>具体的正确设置因该是：</p>
<p>. </p>
<p>这个“mycustompage.htm&#8221;应该显示简洁的对用户友好却又不透露更多系统信息的消息。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
