<?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>Arvixe美国主机指南 &#187; Arvixe主机ASP空间</title>
	<atom:link href="https://arvixe.org.cn/tag/arvixe%e4%b8%bb%e6%9c%baasp%e7%a9%ba%e9%97%b4/feed/" rel="self" type="application/rss+xml" />
	<link>https://arvixe.org.cn</link>
	<description>Arvixe优惠码资讯及Arvixe主机购买使用教程</description>
	<lastBuildDate>Wed, 11 Nov 2015 06:50:43 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.41</generator>
	<item>
		<title>Arvixe ASP空间如何设置默认文档</title>
		<link>https://arvixe.org.cn/arvixe-asp/</link>
		<comments>https://arvixe.org.cn/arvixe-asp/#comments</comments>
		<pubDate>Sat, 17 Nov 2012 03:11:39 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Arive使用说明]]></category>
		<category><![CDATA[Arvixe主机]]></category>
		<category><![CDATA[Arvixe主机ASP空间]]></category>

		<guid isPermaLink="false">http://arvixe.org.cn/?p=30</guid>
		<description><![CDATA[目前的Arvixe空间使用的是Win2008, IIS7的系统，在默认的管理界面是找不到设置默认文档的地方的。例如你的主页从default.asp开始，或者从index.asp那么应该如何设置 呢？Arvixe空间的IIS7使用了新的分布式web.config配置系统。IIS7不再拥有单一的metabase 配置储存，而将使用和ASP.NET支持的同样的web.config文件模型。在你新建每个站点的时候，系统都会默认生成3个文件夹(data, logs, wwwroot)，在wwwroot下会自动生成一个web.config的文件，而我们需要设置的默认文档便可以在这里进行。 默认的配置文件如下： &#60;?xml version=”1.0″ encoding=”UTF-8″?&#62; &#60;configuration&#62; &#60;system.webServer&#62; &#60;directoryBrowse enabled=”true” /&#62; &#60;defaultDocument&#62; &#60;files&#62; &#60;clear /&#62; &#60;add value=”Default.htm” /&#62; &#60;add value=”Default.asp” /&#62; &#60;add value=”index.htm” /&#62; &#60;add value=”Default.aspx” /&#62; &#60;add value=”index.php” /&#62; &#60;add value=”index.html” /&#62; &#60;add value=”index.pl” /&#62; &#8230; <a href="https://arvixe.org.cn/arvixe-asp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>目前的<a title="Arvixe主机官网" href="http://r2url.com/www.arvixe.com" target="_blank">Arvixe</a>空间使用的是Win2008, IIS7的系统，在默认的管理界面是找不到设置默认文档的地方的。例如你的主页从default.asp开始，或者从index.asp那么应该如何设置 呢？Arvixe空间的IIS7使用了新的分布式web.config配置系统。IIS7不再拥有单一的metabase 配置储存，而将使用和ASP.NET支持的同样的web.config文件模型。在你新建每个站点的时候，系统都会默认生成3个文件夹(data, logs, wwwroot)，在wwwroot下会自动生成一个web.config的文件，而我们需要设置的默认文档便可以在这里进行。<br />
默认的配置文件如下：</p>
<p>&lt;?xml version=”1.0″ encoding=”UTF-8″?&gt;</p>
<p>&lt;configuration&gt;</p>
<p>&lt;system.webServer&gt;</p>
<p>&lt;directoryBrowse enabled=”true” /&gt;</p>
<p>&lt;defaultDocument&gt;</p>
<p>&lt;files&gt;</p>
<p>&lt;clear /&gt;</p>
<p>&lt;add value=”Default.htm” /&gt;</p>
<p>&lt;add value=”Default.asp” /&gt;</p>
<p>&lt;add value=”index.htm” /&gt;</p>
<p>&lt;add value=”Default.aspx” /&gt;</p>
<p>&lt;add value=”index.php” /&gt;</p>
<p>&lt;add value=”index.html” /&gt;</p>
<p>&lt;add value=”index.pl” /&gt;</p>
<p>&lt;add value=”default.html” /&gt;</p>
<p>&lt;/files&gt;</p>
<p>&lt;/defaultDocument&gt;</p>
<p>&lt;/system.webServer&gt;</p>
<p>&lt;/configuration&gt;</p>
<p>很明显这是一个XML文件，其中system.webServer目录为当前服务器的配置目录，如果您选择的是asp.net程序，那么请注意不要用你的web.config覆盖掉这个web.config，而是应该将这个文件改写。</p>
]]></content:encoded>
			<wfw:commentRss>https://arvixe.org.cn/arvixe-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->