Teemu that backwards for umeet.
This is the correct web.config to deny anominous users.
<deny users="?">
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</configuration>
Good Luck
DWS
"Teemu Keiski" wrote:
Hi,
if by means of forms authentication it should be <allow users="?" /> in the
web.config
http://msdn2.microsoft.com/en-US/lib...b0(VS.80).aspx
--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke
"cashdeskmac" <ca*********@discussions.microsoft.com> wrote in message
news:74**********************************@microsof t.com... Is it possible to allow only anonymous users access to the contents of a
folder, rather than all users?