主题:  求助:运行时出错.

yuxudi8850

职务:普通成员
等级:1
金币:0.0
发贴:1
#12006/10/13 10:32:22

运行时出现以下提示.求助如何解决.谢谢
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>