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 ".
不是很稳定,一会好,一会又出错,不到大家碰到过吗?
------解决方案--------------------------------------------------------
以前出现过.我的是IIS出错了.最后重装了一下IIS就OK了.
------解决方案--------------------------------------------------------
没碰到... 系统问题?
------解决方案--------------------------------------------------------
你的应用程序有错。
------解决方案--------------------------------------------------------
把Web.Config 中customErrors = off 长能看到真的错误原因。
------解决方案--------------------------------------------------------
你应该先找着提示做,才能看到真正造成错误的原因。
------解决方案--------------------------------------------------------
是把customErrors = true……才能看见错误……
------解决方案--------------------------------------------------------
你加一个 <compilation debug= "true "> 看看
------解决方案--------------------------------------------------------
呵呵!
服务器不是你自己的话 你设置成什么都看不到真是的错误的1