<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://sufan.maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://sufan.maytide.net/read.php/752.htm</link>
<title><![CDATA[Configure URLScan to Allow Requests with a Null Extension in IIS]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[Microsoft IIS]]></category>
<pubDate>Tue, 25 Jan 2005 03:10:53 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/752.htm</guid> 
<description>
<![CDATA[ 
	<strong>Modify the Default URLScan Configuration File</strong><br/><br/>Paste the Urlscan folder in the %Windir%\System32\Inetsrv directory. Double-click the Urlscan folder under Inetsrv, and then open Urlscan.ini in Notepad.<br/><br/>In the Urlscan.ini file, be sure to enable UseAllowExtensions, as follows:<br/><div class="code">[Option]<br/>UseAllowExtensions=1; if 1, use [AllowExtensions] section, else</div><br/><br/>Urlscan allows you to specify a null extension in the [AllowExtensions] section. To do this, add a period (.) in the [AllowExtensions] section, as follows:<br/><div class="code">[AllowExtensions]<br/>.<br/>;<br/>; Extensions listed here are commonly used on a typical IIS server.<br/>;<br/>; Note that these entries are effective if \"UseAllowExtensions=1\"<br/>; is set in the [Option] section above.<br/>;<br/>.asp<br/>.htm<br/>.html<br/>.txt<br/>.jpg<br/>.jpeg<br/>.gif</div>
]]>
</description>
</item>
</channel>
</rss>