Plesk通过web.config开启debug模式 | Windows

广告位

在网站根目录添加web.config,并在该文件中加入如下代码: <configuration>   <system.web>     <customErrors mode=”Off” />   </system.web>   <system.webServer>     <httpErrors errorMode=”Detailed” />   </system.webServer> </configuration>  

在网站根目录添加web.config,并在该文件中加入如下代码:
<configuration>
  <system.web>
    <customErrors mode=”Off” />
  </system.web>
  <system.webServer>
    <httpErrors errorMode=”Detailed” />
  </system.webServer>
</configuration>

 

关于作者: Harrison K

为您推荐

广告位

Leave a Reply

Your email address will not be published. Required fields are marked *