您的位置:程序门 -> .net技术 -> c#



发布到服务器上的错误,大家帮我看看吧,来者有分!


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


发布到服务器上的错误,大家帮我看看吧,来者有分![已结贴,结贴人:rainyubin]
发表于:2007-01-11 15:37:20 楼主
server   error   in   '/bbs '   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>
 
发表于:2007-01-11 15:40:161楼 得分:25
试试能不能跟踪
看看问题出在哪
发表于:2007-01-11 15:54:552楼 得分:0
刚接触.net   不知道怎么跟踪   告诉我一下吧
发表于:2007-01-11 17:38:023楼 得分:0
出现这个问题应该怎么解决啊?!?!?!
发表于:2007-01-12 01:09:114楼 得分:15
頂..........
发表于:2007-01-12 12:59:235楼 得分:0
解决了,来的都有分!


快速检索

最新资讯
热门点击