Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I hosted a web application in IIS. the application Is windows authenticated application. I enabled windows authentication type and disabled all other authentication types. when I try to browse it i get he below error.

"HTTP Error 401.1 - Unauthorized You do not have permission to view this directory or page using the credentials that you supplied. "

I checked the IIS log below is the Log detail

2013-07-16 11:25:19 10.0.40.159 GET / - 80 - 10.0.40.159 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E) 401 2 5 1793 2013-07-16 11:25:46 10.0.40.159 GET / - 80 - 10.0.40.159 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E) 401 2 5 311 2013-07-16 11:25:48 10.0.40.159 GET / - 80 - 10.0.40.159 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E) 401 1 3221225581 2105

I tried to change authentication Type to anonymous type. i did not get the above error that time. i also granted full access to the folder.

PLease help me resolving the error
Posted

1 solution

 
Share this answer
 
Comments
smvjkumar 17-Jul-13 7:13am    
I tried the options there.
One Possible issue i can think of is the domain name conflict.
the host servers domain name is domain-dev.com
where as the user id I use to login belong to domain.com
If this is the issue. where should i add these users.
these users belong to user group domain\domainusers
how to give access to this user group for accessing the website

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



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