S
Sharif
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
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