Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTP Error 401.3 - Unauthorized [closed]

Tags:

iis

Hi I am trying to consume a web service on a mobile emulator. But I always have this error everytime I add a web reference - "HTTP Error 401.3 - Unauthorized". I already added the web site on the IIS manager 6.0. Is there an easy way to fix this? Thanks in advance!

like image 980
Shawn Avatar asked Sep 10 '11 11:09

Shawn


3 Answers

IIS needs access permissions for IUSR user too... add this user.
If you don't know how, see the link

The same problem solved here

like image 103
levi Avatar answered Nov 15 '22 15:11

levi


Enable Anonymous Authentication for the web site, then Edit Anonymous Authentication (by right clicking) and change it from a Specific User to Application pool identity

like image 33
Pandidurai Avatar answered Nov 15 '22 15:11

Pandidurai


Give IIS_IUSR and IUSR permissions.

like image 33
Ray Avatar answered Nov 15 '22 16:11

Ray