|
Home > Archive > IIS Server Security > May 2005 > anonymous user does not work
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
anonymous user does not work
|
|
| Daniel Vakil 2005-05-22, 5:49 pm |
| hi, running iis 6 on win 2003server. i cannot use the anonymous user. only
integrated windows authentication allow users from "administrators group" to
run aspx file. all users can browse directory. browsing work in anonymous
mode and also in integrated windows authentication.
any clue ?
thanks
| |
| David Wang [Msft] 2005-05-22, 8:47 pm |
| Does your ASPX page run code that requires more permission that anonymous
user to function properly?
Being able to directory browse with Anonymous shows that your problem is not
because IUSR is denied access to the ASPX page. It is probably because the
ASPX does something that requires more privileges than anonymous user.
Please figure out what ASPX code requires permissions and either stop using
it, or figure out the permissions that the remote user MUST have to run your
ASPX page.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Daniel Vakil" <DanielVakil@discussions.microsoft.com> wrote in message
news:411E5C06-3D3E-40EF-A19C-6077A0FCF44F@microsoft.com...
hi, running iis 6 on win 2003server. i cannot use the anonymous user. only
integrated windows authentication allow users from "administrators group" to
run aspx file. all users can browse directory. browsing work in anonymous
mode and also in integrated windows authentication.
any clue ?
thanks
| |
| Daniel Vakil 2005-05-23, 8:00 am |
| hi, David. thanks 4 your help.
u r right : the aspx page belong to a project wich include a web.config file.
so i just added some authorizations in the system.web section into this file.
thanks again
"David Wang [Msft]" wrote:
> Does your ASPX page run code that requires more permission that anonymous
> user to function properly?
>
> Being able to directory browse with Anonymous shows that your problem is not
> because IUSR is denied access to the ASPX page. It is probably because the
> ASPX does something that requires more privileges than anonymous user.
>
> Please figure out what ASPX code requires permissions and either stop using
> it, or figure out the permissions that the remote user MUST have to run your
> ASPX page.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
> "Daniel Vakil" <DanielVakil@discussions.microsoft.com> wrote in message
> news:411E5C06-3D3E-40EF-A19C-6077A0FCF44F@microsoft.com...
> hi, running iis 6 on win 2003server. i cannot use the anonymous user. only
> integrated windows authentication allow users from "administrators group" to
> run aspx file. all users can browse directory. browsing work in anonymous
> mode and also in integrated windows authentication.
> any clue ?
> thanks
>
>
>
|
|
|
|
|