下面是错误!
[quote]
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: 用户 'sa' 登录失败。
[/quote]
[quote]Source Error:
[/quote]
[quote]<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[/quote]
请帮下忙 我用测试工具测试成功 为什么老提示这个东西那 一切都是按照 文奇的要求装的组件
[该帖子由作者于2008年6月20日 19:51:48最后编辑]