Harish Shikhare wrote:
> You can check the web.config file of the current web application which you
> are trying to access from another machine. In the webconfig file make sure
> you have correct values for elements Deny and allow under <authorization>
> blob. * for all users and ? for annonymous users.
>
>
> You can use Internet Information service Management Console and select the
> directoy security tab and Autnentication mode to the Annonymous.
>
> This should probably fix your issues
>
>
>
> "Newton" wrote:
>
>
>>Hi,
>>
>>I am programming my diploma project in ASP.NET using C#. It is about examing
>>students using internet.
>>
>> I created web application and when I am testing it through localhost
>>everything is going fine... But when I would like to access this web
>>application from another computer, it requires username and password...
>>
>> But when I access another web application it works without any problem
>>with asking for authentification...
>>
>> Could you help me, where and how should I change security permissions...
>>in IIS or in properties of that folder?
>>
>> I really need help here...
>>
>>Thanks
>>
>> Peter
Hi,
I have also encountered similar problem earlier. Here's what was going
wrong in my case:
My dev machine was part of AD, but i was logged in as local
administrator, hence had unrestricted access to my IIS. When i tried
accessing the IIS from another computer which had been logged on as an
AD user who was part of "User" group, i got prompted with username and
password.
There's a security policy setting which specifies which users are
allowed to access IIS. To fix it add Anonymous group to that setting (i
appologise, i cannot remember the exact name of it off the top of my
head, and since i'm on linux at the mo - no way of finding out either)
Hope this helps,
Nick Goloborodko
http://nickgoloborodko.com