且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Server 2003上的IIS 6.0错误

更新时间:2023-09-21 21:43:10

'。
描述: 未处理 exception 发生 = 执行 当前 web request review stack trace for 更多 信息 关于 错误 其中 it originated 代码

异常 详情: 系统数据 SqlClient SqlException: 登录 失败 for user 'MASTER-PC\COCWEB
'. 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: Login failed for user 'MASTER-PC\COCWEB


'。

来源 错误:

未处理 exception span 生成 执行 当前 web request 信息 关于 origin location 例外 已识别 使用 exception stack 跟踪 下面
'. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.





我做错了什么?当我在当前网站上建立链接以将用户连接到newapp网站以供他们登录时,是否会发生这种情况?解决此问题的***方法是什么?这将是我已经拥有的当前网站的一部分。所以我把它作为:www.newdeal.com/newapp。





What did I do wrong? Will this happen every when I make a link on the current web site to connect users to the newapp site for them to login? Whatis the best way to fix this? This will part of the current website that I have up already. So I have it as: www.newdeal.com/newapp.

<configuration>
  <connectionstrings>
    <add name="PasswordConnectionString" connectionstring="Data Source=COCSQL;Initial Catalog=Password;Integrated Security=True" providername="System.Data.SqlClient"></add>
  </connectionstrings></configuration>


假设您无法使用MASTER-PC\COCWEB帐户登录SQL
It is saying that you can't login to SQL using the account MASTER-PC\COCWEB