西数超哥博客
运维经验教程分享

iis7web.config下asp及asp.net开启显示详细报错方法

iis7web.config下asp及asp.net取消之定义错误提示方法

asp

  1. <configuration>
  2. <system.webServer>
  3. <httpErrors errorMode=”DetailedLocalOnly” />
  4. </system.webServer>
  5. </configuration>

net

  1. <customErrors mode=”Off” />
赞(0)
声明:本站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,若涉及侵权请及时告知,将会在第一时间删除。本站原创内容未经允许不得转载:西数超哥博客 » iis7web.config下asp及asp.net开启显示详细报错方法