以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 Semantic Web(语义Web)/描述逻辑/本体 』  (http://bbs.xml.org.cn/list.asp?boardid=2)
----  [求助]急急急呀!那位高手能帮帮忙呀!谢谢了!!!!!!!!  (http://bbs.xml.org.cn/dispbbs.asp?boardid=2&rootid=&id=18449)


--  作者:jxl_98
--  发布时间:5/17/2005 5:51:00 PM

--  [求助]急急急呀!那位高手能帮帮忙呀!谢谢了!!!!!!!!
Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

这是怎么一回事呀!小弟看不懂呀!!!


--  作者:jiexincao
--  发布时间:5/17/2005 7:32:00 PM

--  
.net里面出错了,错误提示说明你没有自定义错误处理页面。
具体的错误信息在这里没有显示,可以将运行出错的页面发出来看看,也许可以帮忙。
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
35.156ms