<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[孤城浪子的地盘]]></title> 
<link>https://www.gclz.cn/index.php</link> 
<description><![CDATA[]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[孤城浪子的地盘]]></copyright>
<item>
<link>https://www.gclz.cn/post//</link>
<title><![CDATA[解决IIS的Server Application Error办法]]></title> 
<author>孤城浪子 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[服务器设置]]></category>
<pubDate>Mon, 23 Jul 2007 08:49:34 +0000</pubDate> 
<guid>https://www.gclz.cn/post//</guid> 
<description>
<![CDATA[ 
	<p>问题：浏览网页时，所有asp与aspx的页面访问时都报以下Server Application Error错误：<br />错误提示：<br />Server Application Error<br />The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.<br />查看日志，日志中W3SVC出现警告错误：<br />服务器无法加载应用程序&nbsp;&rsquo;/LM/W3SVC/1/ROOT&rsquo;。错误是&nbsp;&rsquo;没有注册类别&rsquo;。&nbsp; <br />有关此消息的详细信息，请访问&nbsp;Microsoft&nbsp;联机支持站点:&nbsp;<a href="http://www.microsoft.com/contentredirect.asp">http://www.microsoft.com/contentredirect.asp</a>。 </p><p>有关更多信息，请参阅在&nbsp;<a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>&nbsp;的帮助和支持中心。<br />解决：<br />1、开始--运行--输入cmd，依次运行发下命令：</p><p><br />cd&nbsp;%windir%&#92;system32&#92;inetsrv&nbsp; </p><p>rundll32&nbsp;wamreg.dll,&nbsp;CreateIISPackage&nbsp; </p><p>regsvr32&nbsp;asptxn.dll<br />（注意，CreateIISPackage 区分大小写。）<br />2、如果运行regsvr32 asptxn.dll时出现8004e00f错误，则是msdtc服务没有正常启动。按以下方法操作：<br />(1)删除注册表中的键：<br />HKEY_LOCAL_MACHINE&#92;SYSTEM&#92;CurrentControlSet&#92;Services&#92;MSDTC <br />HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;MSDTC<br />HKEY_CLASSES_ROOT&#92;CID<br />(2)停止MSDTC服务：net stop msdtc<br />(3)卸载MSDTC服务：msdtc -uninstall<br />(4)重新安装MSDTC服务：msdtc -install<br />然后再按照上述1、的方法解决Server Application Error的方法就可以了。<br />参考：<a href="http://www.microsoft.com/china/technet/community/columns/insider/iisi0305.mspx">http://www.microsoft.com/china/technet/community/columns/insider/iisi0305.mspx</a><br /></p><br/>Tags - <a href="https://www.gclz.cn/tags/iis/" rel="tag">iis</a>
]]>
</description>
</item><item>
<link>https://www.gclz.cn/post//#blogcomment</link>
<title><![CDATA[[评论] 解决IIS的Server Application Error办法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.gclz.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>