iis 6 - ASP.Net error: The Local Security Authority cannot be contacted -
An Asp.net site was working under development on IIS6 and Server 2003, and after that something changed
IIS Resets me and I'm getting an error message
Local Security Authority can not be contacted
IIS log returns code to 500 0 2148074244 I do not know what happened, but there is nothing like that in any log, which shows that does anyone know anything?
The problem was with the EE pool identity in any way the service account name has lost its domain.
App Pool was running as app_svc
when it should run as domain \ app_svc
When the domain
was added back to the service account name, then everything started working again.
Comments
Post a Comment