I installed "WebsitePanel" on my asp.net host.

In the Home Folder tab of WebsitePanel, I can set "website authentication".

If I check "Allow Anonymous Access" box, does this mean any user can access my member page even if I have added the content below to web.config ?

<authentication mode="Forms">
  <forms loginUrl="~/Login.aspx" timeout="20160"/>
</authentication>

Please see here for an image.

link|improve this question

75% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.