When you try to access the Microsoft Dynamics NAV Web client, you get an error that is similar to the following:

Server Error in '/' Application.

Access is denied.

Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.

Error message 401.2.: Unauthorized: Logon failed due to server configuration.

Resolution

This error can occur when the authentication method that is configured in the web.config file for the Microsoft Dynamics NAV Web client is not enabled in Internet Information Services (IIS). The Microsoft Dynamics NAV Web client can be configured to use either Windows authentication or forms authentication. By default, the Microsoft Dynamics NAV Web client uses Windows authentication.

  • When you use Windows authentication, the Windows authentication feature must be turned on in IIS and enabled on the website for the Microsoft Dynamics NAV Web client.
  • When you use forms authentication, both forms authentication and anonymous authentication must be enabled on the website for Microsoft Dynamics NAV Web client.
Note
For more information about authentication with the Microsoft Dynamics NAV Web client, see How to: Configure User Authentication for the Microsoft Dynamics NAV Web Client.

To turn on the Windows Authentication feature in IIS

To enable an authentication method on the Microsoft Dynamics NAV Web client website

  1. On the computer that is running Microsoft Dynamics NAV Web Server components, to open Internet Information Services (IIS) Manager and do one of the following:

    1. In Windows 7, on the Start menu, in the Search Programs and Files box, type inetmgr, and then press Enter.

    2. In Windows Server 2008 R2, on the Start menu, choose All Programs, choose Administrative Tools, and then choose Internet Information Service (IIS) Manager.

  2. In the Connections pane, under Sites, choose Microsoft Dynamics NAV 2013 R2 Web Client.

  3. Under IIS, double-click Authentication.

  4. To enable an authentication method, in the Authentication pane, choose the authentication, and then choose Enable in the Actions pane.

  5. Restart the web server.

To restart IIS

  • In the Connections pane of Internet Information Services (IIS) Manager, choose the root node for your computer, and then in the Actions pane, choose Restart.

See Also