解决方法:
在web.config中设置debug="true"
例:
<system.web>
<compilation defaultLanguage="c#" debug="true">
........
</compilation>
.......
</system.web>
相同问题解决转贴 http://topic.youkuaiyun.com/t/20041207/09/3621601.html
本文介绍了解决.NET应用程序调试问题的方法。通过在web.config文件中设置debug属性为true,可以开启应用程序的调试模式,便于开发者查找和修复运行时错误。
解决方法:
在web.config中设置debug="true"
例:
<system.web>
<compilation defaultLanguage="c#" debug="true">
........
</compilation>
.......
</system.web>
相同问题解决转贴 http://topic.youkuaiyun.com/t/20041207/09/3621601.html

被折叠的 条评论
为什么被折叠?