<?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>黎峰 &#187; IIS 错误</title>
	<atom:link href="http://www.vistr.com/blog/tag/iis-%e9%94%99%e8%af%af/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vistr.com/blog</link>
	<description>知我者 謂我心憂 不知我者 謂我何求</description>
	<lastBuildDate>Wed, 15 Sep 2010 16:16:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>IIS出现 HTTP 错误 401.3 &#8211; 访问被资源 ACL 拒绝的解决方法</title>
		<link>http://www.vistr.com/blog/200807911.html</link>
		<comments>http://www.vistr.com/blog/200807911.html#comments</comments>
		<pubDate>Mon, 28 Jul 2008 06:57:35 +0000</pubDate>
		<dc:creator>vistr</dc:creator>
				<category><![CDATA[技术 & 应用]]></category>
		<category><![CDATA[HTTP 错误 401.3]]></category>
		<category><![CDATA[IIS 错误]]></category>
		<category><![CDATA[IIS 错误 401.3]]></category>

		<guid isPermaLink="false">http://www.vistr.com/blog/?p=911</guid>
		<description><![CDATA[如果在IIS调试时出现： 无权查看网页 基于所提供的凭据，您没有权限查看此目录或网页。 请尝试执行下列操作： 单击刷新按钮，使用其他凭据重试。 如果确信能够查看此目录或网页，请与网... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vistr.com/blog/200807/911.html" target="_blank"><img style="float: right" title="IIS出现 HTTP 错误 401.3 - 访问被资源 ACL 拒绝" src="http://www.vistr.com/blog/uploads/ie.jpg" border="0"></a>如果在IIS调试时出现：<br />
无权查看网页<br />
基于所提供的凭据，您没有权限查看此目录或网页。<br />
请尝试执行下列操作：<br />
单击刷新按钮，使用其他凭据重试。<br />
如果确信能够查看此目录或网页，请与网站管理员联系，其电子邮件地址或电话号码请参阅 localhost 主页。<br />
 HTTP 错误 401.3 &#8211; 访问被资源 ACL 拒绝<br />
Internet 信息服务<span id="more-911"></span><br />
出现错误原因：IIS匿名用户一般属于Guests组，而我们一般把存放网站的硬盘的权限只分配给administrators组，这时候按照继承原则，网站文件夹也只有administrators组的成员才能访问，导致IIS匿名用户访问该文件的NTFS权限不足，从而导致页面无法访问。<br />
  解决方案：给IIS匿名用户访问网站文件夹的权限，方法：进入该文件夹的安全选项，添加IIS匿名用户，并赋予相应权限，一般是读、写就可以解决了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vistr.com/blog/200807911.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS出现server application error的解决办法</title>
		<link>http://www.vistr.com/blog/200807690.html</link>
		<comments>http://www.vistr.com/blog/200807690.html#comments</comments>
		<pubDate>Wed, 16 Jul 2008 18:40:25 +0000</pubDate>
		<dc:creator>vistr</dc:creator>
				<category><![CDATA[技术 & 应用]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS 错误]]></category>
		<category><![CDATA[server application error]]></category>

		<guid isPermaLink="false">http://www.vistr.com/blog/?p=690</guid>
		<description><![CDATA[Server Application Error 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. 访问IIS... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vistr.com/blog/200807/690.html" target="_blank"><img style="float: right" title="IIS出现server application error的解决办法" src="http://www.vistr.com/blog/uploads/windowsxp.jpg"></a>        Server Application Error</p>
<p>        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.</p>
<p>        访问IIS客户端出现如上错信息提示<span id="more-690"></span></p>
<p>        解决方案如下:</p>
<p>        1。右键我的电脑&#8211;管理&#8211;本地用户和组，给IUSR_机器名和IWAM_机器名两个用户设置密码，要一样。</p>
<p>        2。开始&#8211;运行&#8211;打cmd，</p>
<p>        然后cd C:\Inetpub\Adminscripts（我的系统在D盘），</p>
<p>        然后cscript.exe adsutil.vbs set w3svc/wamuserpass 你的密码，</p>
<p>        然后cscript.exe adsutil.vbs set w3svc/anonymoususerpass 你的密码</p>
<p>        看一下，行了没有？如果还不行，那么</p>
<p>        cscript.exe synciwam.vbs -v，</p>
<p>        然后iisreset。</p>
<p>        据说就可以了,但是到最后一部提示8004e00f的错误,此错误是MSDTC服务不正常造成的,解决方法:</p>
<p>        首先进入组件服务，查看组件服务/计算机/我的电脑/COM+应用程序，结果报错“COM+ 无法与 Microsoft 分布式事务协调程序交谈”，无法查看里面的对象。</p>
<p>        2、进入事件查看器，发现msdtc服务没有正常启动。</p>
<p>        3、删除注册表中的键：</p>
<p>        HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSDTC</p>
<p>        HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSDTC</p>
<p>        HKEY_CLASSES_ROOTCID</p>
<p>        4、停止MSDTC服务：net stop msdtc</p>
<p>        5、卸载MSDTC服务：msdtc -uninstall</p>
<p>        6、重新安装MSDTC服务：msdtc -install</p>
<p>        7、确认在事件查看器中msdtc服务已经正常启动[这步很关键，如果没有，重新启动下电脑看看]</p>
<p>        8、重新设置IIS的IWAM账号密码。[在计算机管理中的用户管理里]</p>
<p>        9、同步IIS metabase中IWAM_MYSERVER的密码，在CMD中：c:inetputadminscripts>adsutil set w3svc/wamuserpass &#8220;yourpassword&#8221;</p>
<p>        10、同步COM+应用程序所用的IWAM_MYSERVER密码，在CMD中：c:inetputadminscripts>cscript synciwam.vbs -v</p>
<p>        到这部分网上大部分都说可以了,但是我这里虽然没有8004e00f的错误提示了,但是访问页面Server Application Error 错误依旧,最后终于找到了解决方法如下:</p>
<p>        解决办法：</p>
<p>        [1]：</p>
<p>        检查你的DTC服务（全名：Distributed Transaction Coordinator）是否可以正常启动，</p>
<p>        如果正常的话请你跳过此步骤；如果出错，无法正常启动，请在开始菜单的运行中 运行：msdtc -resetlog 以创建日志文件。重起机器，检查IIS是否可以正常使用，若不行继续。</p>
<p>        [2]：</p>
<p>        在CMD下执行以下命令：</p>
<p>        cd %windir%\system32\inetsrv</p>
<p>        rundll32 wamreg.dll, CreateIISPackage</p>
<p>        regsvr32 asptxn.dll</p>
<p>        (到这里我就可以用了，不用重启的)</p>
<p>        OK,ASP页面一切正常了!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vistr.com/blog/200807690.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 发生意外错误 0x8ffe2740</title>
		<link>http://www.vistr.com/blog/200807687.html</link>
		<comments>http://www.vistr.com/blog/200807687.html#comments</comments>
		<pubDate>Wed, 16 Jul 2008 11:18:15 +0000</pubDate>
		<dc:creator>vistr</dc:creator>
				<category><![CDATA[技术 & 应用]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS 错误]]></category>

		<guid isPermaLink="false">http://www.vistr.com/blog/?p=687</guid>
		<description><![CDATA[原因 如果系统中存在端口冲突就有可能发生本情况. IIS默认使用80端口进行HTTP通信. 如果除IIS外的应用程序正在运行并且正在相同的IP地址上使用80端口,在您试图使用IIS管理器启动网站时您也可... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vistr.com/blog/200807/687.html" target="_blank"><img style="float: right" title="IIS 发生意外错误 0x8ffe2740" src="http://www.vistr.com/blog/uploads/windowsxp.jpg"></a>原因<br />
如果系统中存在端口冲突就有可能发生本情况. IIS默认使用80端口进行HTTP通信. 如果除IIS外的应用程序正在运行并且正在相同的IP地址上使用80端口,在您试图使用IIS管理器启动网站时您也可能收到该错误讯息. 一般为迅雷或P2P终结者之类的网络软件引起的。<br />
解决方法<br />
要解决这个问题,您可以进行以下任一项操作:<br />
• 在IIS管理器中更改网站绑定端口为除80端口外的其它端口.<br />
• 停止正在使用80端口的应用程序,然后从IIS管理器中启动网站.<br />
• 可以使用诸如TCPView或FPort等第三方工具来判断其它正在使用80端口的其它应用程序.<br />
• 应用于 Microsoft Internet Information Services 5.1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vistr.com/blog/200807687.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
