Select to view content in your preferred language

401 unauthorized when accessing internal web apps using IIS 7

5133
1
02-25-2014 06:35 AM
WayneBoras
Regular Contributor
I'm posting this as a solution to a problem we recently faced in case it helps anyone else.

We were having a problem accessing our internal WebADF applications after upgrading to ArcGIS Server 10.1. The site would prompt for login credentials even though we had Windows Authentication enabled. If valid network credentials were provided via Chrome or Firefox, we were able to access the application. However, Internet Explorer would not accept any credentials. Instead, the following error message would appear:

401 - Unauthorized: Access is denied due to invalid credentials

Here's what we did to fix the problem:


  1. Login to the server

  2. Open IIS Manager

  3. Click Application Pools

  4. Click ArcGISApplicationsAppPool (the name of the application pool used by our apps; yours may be different)

  5. Click Advanced Settings???

  6. Under Process Model, click the ellipsis for Identity

  7. Change the Built-in account from the default value of ApplicationPoolIdentity to Network Service


We were then able to access our apps without providing credentials.

Wayne
1 Reply
BubbaHey
Deactivated User
Thanks! Great info.
0 Kudos