<?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; ASP程序</title>
	<atom:link href="http://www.toohost.org.cn/tag/asp%e7%a8%8b%e5%ba%8f/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toohost.org.cn</link>
	<description>外贸仿牌VPS,抗投诉服务器,仿牌空间主机,XRumer主机,XRumer空间,XRumer服务器</description>
	<lastBuildDate>Fri, 13 May 2022 07:28:42 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>IIS下无法运行ASP程序的解决方法</title>
		<link>http://www.toohost.org.cn/2015/01/iis%e4%b8%8b%e6%97%a0%e6%b3%95%e8%bf%90%e8%a1%8casp%e7%a8%8b%e5%ba%8f%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/</link>
		<comments>http://www.toohost.org.cn/2015/01/iis%e4%b8%8b%e6%97%a0%e6%b3%95%e8%bf%90%e8%a1%8casp%e7%a8%8b%e5%ba%8f%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Fri, 09 Jan 2015 05:14:50 +0000</pubDate>
		<dc:creator><![CDATA[zhushican]]></dc:creator>
				<category><![CDATA[六六互联]]></category>
		<category><![CDATA[ASP程序]]></category>

		<guid isPermaLink="false">http://www.toohost.org.cn/?p=230</guid>
		<description><![CDATA[在分析问题以前，先尝试访问网站中的纯静态网页(以htm或者html为后缀的页面)，如果不能正常显示，说明问题本 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>在分析问题以前，先尝试访问网站中的纯静态网页(以htm或者html为后缀的页面)，如果不能正常显示，说明问题本身不在ASP上。</p>
<p>检查IIS的设置，看是否设置了“应用程序设置-执行权限-纯脚本”，“配置-映射”里有asp扩展名。IIS设置检查无误后，再进行后面的步骤。 </p>
<p>1、如果网站本身有Global.asa，先把它更名为Global.old，重新启动该网站。用记事本写下代码并保存为test.asp文件，在浏览器中访问。如果能够正常显示，说明问题出在Global.asa文件上。 </p>
<p>＜%Response.Write &#8220;This is a test ASP page.&#8221;%＞ </p>
<p>2、设置应用程序保护到“低”，重新启动IISadmin线程，如果这时能够在浏览器中读出ASP页面，说明IWAM帐号存在问题。如果仍旧不能访问ASP页面，检查“管理工具”的“组件服务”，确保你能够看到IIS包。 </p>
<p>附：如果遇到组件服务打不开(可能是由于应用程序占满CPU造成)，在控制面板的添加与删除，重新添加删除组件服务，然后重新启动计算机。 </p>
<p>3、将应用程序保护返回到“中”或“高”，添加IWAM帐户到Administrator组，如果这时候ASP页面能够被浏览，说明IWAM存在一个权限问题。如果ASP仍然不能正常显示，进DOS窗口用命令行的方式运行Synciwam.vbs工具。 </p>
<p>C:\Inetpub\adminscripts＞cscript synciwam.vbs </p>
<p>4、解决IWAM帐号的权限问题，嗯，这个说起来话长，以后单独发表一篇文章。 </p>
<p>5、重新建立IIS packages的方法： </p>
<p>在组件服务中删除下列包 </p>
<p>IIS In-Process Applications </p>
<p>IIS Out-of-Process Pooled Applications </p>
<p>IIS Utilities </p>
<p>用DOS窗口键入下列命令重新建立包 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.toohost.org.cn/2015/01/iis%e4%b8%8b%e6%97%a0%e6%b3%95%e8%bf%90%e8%a1%8casp%e7%a8%8b%e5%ba%8f%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
