active directory - 500 Internal Server Error and Win32 error 2148074244 (SEC_E_INTERNAL_ERROR) when authenticating webapp on IIS6 -
environment:
- ms windows 2003 server r2 sp2
- server member of domain
- iis 6, asp.net 1.1.4322
- web site security settings: directory security -> authentication methods - checkboxes unmarked except 'integrated windows authentication'.
issue: got 500 internal server error, when authenticating using windows authentication using ad account. authenticating using different accounts ok.
iis log:
2010-12-02 08:02:33 w3svc1 192.168.115.55 /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 /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
cause: 'log on to..' account attribure defined user unsucessful authentication.
resolution: check users account propeprties 'logon hours...' , 'log on to...' , clear them if necessary.
Comments
Post a Comment