Thanks!
It worked out pretty well.
"Dominick Baier [DevelopMentor]" <>
wrote in message news:. com...
> add a <authorization> element that denies anonymous users
>
> <authorization>
> <deny users="?" />
> </authorization>
>
> ---------------------------------------
> Dominick Baier - DevelopMentor
> http://www.leastprivilege.com
>
>> Hi,
>>
>> I've the following code in my web.config -
>>
>> <authentication mode="Forms">
>> <forms loginUrl="Login.aspx"
>> protection="All"
>> timeout="30"
>> name=".ASPXAUTH"
>> requireSSL="false"
>> slidingExpiration="true"
>> defaultUrl="default.aspx"
>> cookieless="UseDeviceProfile"
>> enableCrossAppRedirects="false" />
>> </authentication>
>> And if I try "Default.aspx" directly in the browser; it is not
>> pointing to Login.aspx!
>>
>> Please advice!
>>
>
>