| <!-- Web.Config 配置文件 --><configuration> <system.web> <customErrors mode="Off"/> </system.web></configuration> |
| <!-- Web.Config 配置文件 --><configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web></configuration> |
| 行 33: -->行 34: <customErrors 行 35: mode="off" 行 36: /> 行 37: |