详细错误消息

时间:2014-05-26 10:43:18

标签: iis asp-classic error-handling

在我的goddaddy plesk服务器上,当我尝试打开带有数据库连接的页面时,我收到此错误:http应用程序失败。我在我的文件夹中有一个web.config但它似乎没有给我正确的错误消息。我不知道我的web.config文件是否有问题。这是它:

<configuration>
    <system.webServer>

        <httpErrors errorMode="Detailed" />
        <asp scriptErrorSentToBrowser="true"/>
    </system.webServer>
    <system.web>
        <customErrors mode="Off"/>
        <compilation debug="true"/>
    </system.web>
</configuration>

0 个答案:

没有答案