Web Client Won't Load—Server Application Unavailable - Application Server - English - Foundation 22.1 - OnBase - external

Application Server

Platform
OnBase
Product
Application Server
Release
Foundation 22.1
License

The Web Client may not load if the account running the ASP.NET worker process is locked. This account is typically named ASPNET. When the ASPNET user is locked, the following errors are displayed in the Windows Event Viewer:

  • aspnet_wp.exe could not be started. The error code for this failure is 800700CB. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.

  • aspnet_wp.exe could not be launched because the user name and/or password supplied in the processModel section of the .config file are invalid.

Users attempting to log on to the Web Client may be presented with the message, Server Application Unavailable.

If the Web Client will not load because the ASPNET user is locked, you can unlock the user in Computer Management.

  1. To open Computer Management, select Start | Run. In the Run dialog box, type compmgmt.msc and click OK. Computer Management is displayed.
  2. In the left pane, navigate to System Tools | Local Users and Groups | Users. The right pane displays a list of users.
  3. Right-click the ASPNET user and select Properties.
  4. Clear the Account is locked out check box and click OK.
  5. If impersonation is used, ensure that the impersonation credentials are correct in the Web.config file of the Application Server or Web Server. See Enabling Impersonation.