windows2008服务器下 iis7 伪静态配置后报错 错误代码 0x8007010b

客服QQ:99164055

24h客户经理:18028862882
我要分享

windows2008服务器下 iis7 伪静态配置后报错 错误代码 0x8007010b

2014-09-15 15:23:14

 错误代码 0x8007010b,查阅无数资料。。依旧无解!

最终发现问题出在根目录的web.config 里面少了一段代码。。。
[plain] view plaincopy在CODE上查看代码片派生到我的代码片
<?xml version="1.0" encoding="UTF-8"?>  
<configuration>  
    <system.webServer>  
        <defaultDocument>  
            <files>  
                <remove value="default.aspx" />  
                <remove value="iisstart.htm" />  
                <remove value="Default.asp" />  
                <remove value="Default.htm" />  
                <add value="index.php" />  
            </files>  
        </defaultDocument>  
        <handlers>  
            <remove name="FastCgiModule" />  
            <add name="FastCgiModule" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="D:\php5.2.5\php-cgi.exe" resourceType="Unspecified" requireAccess="Script" />  
        </handlers>  
        <staticContent>  
            <mimeMap fileExtension=".apk" mimeType="application/vnd.android.package-archive" />  
            <mimeMap fileExtension=".ipa" mimeType="application/iphone" />  
        </staticContent>  
    </system.webServer>  
</configuration>  
 
 
对照着和伪静态规则补齐在一起就可以了。。

SEO报价

深圳拓客网络服务有限公司

技术中心:深圳市宝安区 西乡街道,西乡路5-511

公司总部:深圳市南山区西丽湖路4221-71

大客户经理:(+86)-18028862882

营销热线:18028862882

QQ:99164055 邮箱:99164055@qq.com