IIS returns 503 on ASP.NET MVC -


i have asp.net mvc site. site has been copied c:\mywebsite

i made app pool aaa this, user account domain.

i granted user account acl rights c:\mywebsite read&execute & list.

after visit website, 503 error service not available.

the error in system event log says:

the identity of application pool aaa invalid. user name or password specified identity may incorrect, or user may not have batch logon rights. if identity not corrected, application pool disabled when application pool receives first request. if batch logon rights causing problem, identity in iis configuration store must changed after rights have been granted before windows process activation service (was) can retry logon. if identity remains invalid after first request application pool processed, application pool disabled. data field contains error number.

  • verify password used when added user app pool. cached , if wrong not fix self, try re-authenticate , associate.
  • check if user has batch logon rights
  • verify acl rights application directory

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -