首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ASP.NET处理程序"StaticFile“的模块列表中有一个错误的模块”DefaultDocumentModule

ASP.NET处理程序"StaticFile“的模块列表中有一个错误的模块”DefaultDocumentModule
EN

Stack Overflow用户
提问于 2013-01-14 23:37:06
回答 1查看 5.3K关注 0票数 1

我正在尝试在IIS8上安装MindTouch核心。安装工作正常,但是我看到了这条消息。什么意思?

请注意,我已经完全安装了ASP.NET,所以这不是问题。而且,这不是应用程序池的问题,我已经全部尝试过了。

以下是该站点的web.config文件:

代码语言:javascript
复制
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <validation validateIntegratedModeConfiguration="false"/>
        <handlers accessPolicy="Read, Execute, Script">
            <clear/>
            <add name="PHP via FastCGI" path="*.php" verb="*" modules="FastCgiModule" resourceType="Unspecified" scriptProcessor="D:\MindTouch\redist\php\php-cgi.exe"/>
            <add name="StaticFile" path="*" verb="*" type="" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" scriptProcessor="" resourceType="Either" requireAccess="Read" preCondition=""/>            
        </handlers>
        <isapiFilters>
            <filter name="IsapiRewrite4" path="D:\MindTouch\web\bin\IsapiRewrite4.dll"/>
        </isapiFilters>
        <defaultDocument>
            <files>
                <add value="index.php"/>
            </files>
        </defaultDocument>
    </system.webServer>  
</configuration>
EN

回答 1

Stack Overflow用户

发布于 2013-01-15 12:03:13

回顾这篇文章中提到的调查步骤,回顾评论和答案,看看它是否在一定程度上缩小了问题的范围:DefaultDocument suddenly not working on IIS7

本文解释了更多关于全局模块的内容:http://www.iis.net/learn/get-started/introduction-to-iis/iis-modules-overview

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/14321551

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档