Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Even after entering correct credentials all users on the network get the below error
when trying to open this asp.net app hosted on IIS server with windows authentication only no anonymous access

401 - Unauthorized: Access is denied due to invalid credentials.
You do not have permission to view this directory or page using the credentials that you supplied.


I have added domain authenticated users permission to app folder
The IIS version is 10 on Win 10 pro system

What I have tried:

I added IUSR in folder permissions
Posted
Comments
MadMyche 15-Mar-19 7:15am    
Show the relevant code on how you added the permissions, such as the entries in the Web.config
Christopher Fernandes 15-Mar-19 8:09am    
<authentication mode="Windows">
F-ES Sitecore 15-Mar-19 7:43am    
Are you browsing to the site by the computer name, eg http://computername/ and does "computername" have any periods (".") in it?
Christopher Fernandes 15-Mar-19 7:59am    
http://ipaddress:portnumber/subfolder/home.aspx
F-ES Sitecore 15-Mar-19 8:11am    
Why are you using the ip, does it not work with just the computer name? There are lots of things needed for windows auth to work, we can't access your network so we don't know how anything is configured so it's hard to say what the issue might be. google for things like "windows authentication ip address" to see possible issues and solutions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900