try
<location path="INVUploadFile.aspx">
<system.web>
<authorization>
<allow users="?,*"/>
</authorization>
</system.web>
</location>

Signature
Jerry
> The content of my Web.config is below
>
[quoted text clipped - 9 lines]
> But I need more one page than login.aspx to be anonymous access.
> How can I mark it in web.config?
Dominick Baier - 17 Mar 2008 20:04 GMT
The * is sufficient.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
> try
>
[quoted text clipped - 18 lines]
>> But I need more one page than login.aspx to be anonymous access. How
>> can I mark it in web.config?