all groups > asp.net security > august 2004 >
You're in the

asp.net security

group:

Access denied for IUSER


Access denied for IUSER Sharif
8/5/2004 8:13:20 AM
asp.net security:
Hi all, I look after an intranet site. Our server is Windows 2000 running IIS
5. Access to pages on our intranet has always been done using the Anonymous
Account. When I user the Iuser it give me Access denied error
In my web.config I set up the access like

<system.web>
<authorization>
<allow roles="domain\Administrator"
users=” domain \Iuser" />
<deny users="*" />
</authorization>


</system.web>

and it is not working

thanks

--
Re: Access denied for IUSER Raterus
8/5/2004 11:24:40 AM
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]
AddThis Social Bookmark Button