<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JINGKO BLOG &#187; dotnet</title>
	<atom:link href="http://www.yokeke.com/tag/c-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yokeke.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Sep 2011 03:50:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VS2003 无法启动WEB项目</title>
		<link>http://www.yokeke.com/other/2010/150/vs2003-nternal-server-error/</link>
		<comments>http://www.yokeke.com/other/2010/150/vs2003-nternal-server-error/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:33:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.yokeke.com/20100125/150.html</guid>
		<description><![CDATA[错误情况：
&#8220;http/1.1 500 internal server error&#8221;
解决办法：
看下IIS 的Web服务启动没有(Windows 2000、IIS 5.0);
看下IIS 的Web服务的 &#8220;属性&#8221; 中的 &#8220;目录安全性&#8221;子项,此时点&#8221;编辑&#8221;,看下里面用匿名访问IIS的用户是什么,和本地用户组的用户是否保持一致;(如: 我的机器上的IIS匿名用户名是:IUSR_ACCPSTUD。那么看下本地用户组的用户中是否也有同样的一个用户,并保证是激活的。)
进计算机管理中,使用事件查看查看器(此时由VS.NET 2003 创建项目时引发的错误事件信息)
regsvr32 scrrun.dll
regsvr32 %windir%/system32/jscript.dll
重启iis
iisreset
]]></description>
		<wfw:commentRss>http://www.yokeke.com/other/2010/150/vs2003-nternal-server-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c#日期到字符串转换</title>
		<link>http://www.yokeke.com/dotnet/2009/16/date-to-string/</link>
		<comments>http://www.yokeke.com/dotnet/2009/16/date-to-string/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 14:44:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dotnet]]></category>

		<guid isPermaLink="false">http://www.yokeke.com/?p=16</guid>
		<description><![CDATA[c#日期到字符串转换
]]></description>
		<wfw:commentRss>http://www.yokeke.com/dotnet/2009/16/date-to-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

