在 IIS6 上验证 Web 应用程序时出现 500 内部服务器错误和 Win32 错误 2148074244 (SEC_E_INTERNAL_ERROR)

发布于 2024-10-05 14:33:00 字数 882 浏览 6 评论 0原文

环境:

  1. MS Windows 2003 Server R2 SP2
  2. 服务器是 IIS 6 域的成员
  3. ,ASP.NET 1.1.4322
  4. 网站安全设置:目录安全->安全身份验证方法 - 除“集成 Windows 身份验证”外,所有复选框均未标记。

问题:使用某些 AD 帐户使用 Windows 身份验证进行身份验证时,出现 500 内部服务器错误。使用不同的帐户进行身份验证是可以的。

IIS日志:

2010-12-02 08:02:33 W3SVC1 192.168.115.55 GET /FinancialAnalytics2010/default.aspx - 80 - 192.168.115.40 Mozilla/4.0+(兼容;+MSIE+8.0;+Windows+NT+5.1;+三叉戟/4.0;+.NET+CLR+2.0.50727;+.NET+CLR+1.0.3705;+.NET+CLR+1.1.4322;+.NET+CLR+3.0.4506.2152;+.NET+CLR+ 3.5.30729;+InfoPath.2) 401 1 0

2010-12-02 08:02:33 W3SVC1 192.168.115.55 GET /FinancialAnalytics2010/default.aspx - 80 - 192.168.115.40 Mozilla/4.0+(兼容;+MSIE+8.0;+Windows+NT+5.1;+三叉戟/4.0;+.NET+CLR+2.0.50727;+.NET+CLR+1.0.3705;+.NET+CLR+1.1.4322;+.NET+CLR+3.0.4506.2152;+.NET+CLR+ 3.5.30729;+InfoPath.2) 500 0 2148074244

Environment:

  1. MS Windows 2003 Server R2 SP2
  2. Server is a member of domain
  3. IIS 6, ASP.NET 1.1.4322
  4. Web site security settings: Directory Security -> Authentication Methods - all checkboxes are unmarked except 'Integrated Windows authentication'.

Issue: got 500 Internal Server Error, when authenticating using Windows authentication using some AD account. Authenticating using different accounts is ok.

IIS log:

2010-12-02 08:02:33 W3SVC1 192.168.115.55 GET /FinancialAnalytics2010/default.aspx - 80 - 192.168.115.40 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+2.0.50727;+.NET+CLR+1.0.3705;+.NET+CLR+1.1.4322;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729;+InfoPath.2) 401 1 0

2010-12-02 08:02:33 W3SVC1 192.168.115.55 GET /FinancialAnalytics2010/default.aspx - 80 - 192.168.115.40 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+2.0.50727;+.NET+CLR+1.0.3705;+.NET+CLR+1.1.4322;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729;+InfoPath.2) 500 0 2148074244

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

把时间冻结 2024-10-12 14:33:04

原因:“登录到..”帐户属性是为身份验证失败的用户定义的。

解决方案:检查用户帐户属性“登录时间...”和“登录到...”,并在必要时清除它们。

Cause: 'Log On To..' account attribure was defined for the user with the unsucessful authentication.

Resolution: check users account propeprties 'Logon Hours...' and 'Log On To...' and clear them if necessary.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文