the iuser account shouldn't be a domain account, but a computer level =
account. But you are specifying it like a domain account in web.config.
I don't honestly see why you need to configure web.config like this =
though, if it is anonymous, it will always hit your application with the =
same exact credentails. Usually you configure these types of =
authorizations when you have windows or forms authentication where =
different accounts with different levels of security can interact with =
your site differently.
--Michael
[quoted text, click to view] "Sharif" <sharif42@hotmail.com> wrote in message =
news:49CC60F4-A3EA-465E-A1DD-0FBB7F9FF563@microsoft.com...
> Hi all, I look after an intranet site. Our server is Windows 2000 =
running IIS=20
> 5. Access to pages on our intranet has always been done using the =
Anonymous=20
> Account. When I user the Iuser it give me Access denied error
> In my web.config I set up the access like=20
>=20
> <system.web>
> <authorization>
> <allow roles=3D"domain\Administrator"=20
> users=3D=E2=80=9D domain \Iuser" />
> <deny users=3D"*" />
> </authorization>
>=20
> =20
> </system.web>
>=20
> and it is not working
>=20
> thanks
>=20
> --=20