I have scoured the forums and the help sections, doc and videos for this simplistic feature. I have wasted 2 days in trying to figure it out. Perhaps it is so easy you decided not to publish it?
Here's what I need... Show simple step by step instructions on how to disallow access to a sitefinity site if the user is not registered. If they are not registered a redirection to a login page where we can also place a link to link to a SELF REGISTERATION page.
(I don't want to manually add a user through your admin panel. AND where is this:
"A secured section is a set of pages that are available for authorized users only. In order to create such a section in a web site, these pages should have the property "
Anonymous access" set to
deny." I only see View, Create, Modify, etc..)
Show how to setup the following pages and where to place them:
login page
password recovery page
registeration page
--
show where and how to modify the web.config because this is not working:
<
location path="application">
<
system.web>
<
authorization>
<
deny users="?"/>
<
allow users="*"/>
</
authorization>
</
system.web>
</
location>
NOR IS THIS:
<
authentication mode="Forms">
<
forms name="AspMembers" timeout="10" />
</
authentication>
<
authorization>
<
allow users="*"/>
<
deny users="?"/>
</
authorization>
I would also advise adding this to your help files for people not so familiar with your product. Oh and please do not send me to another section in your help docs, what we are looking for is not there.
I love your products but you should take another look at your help docs. I would say take a look at the
http://www.Asp.Net/ site. The learning section has simplistic easy step by step instructions, we can come to your forums for advanced topics.
You product has become my 'silver bullet' another day wasted researching things I could have done manually in asp.net2 is killing me and I am as a decision maker I am not to pleased. Can you tell I am frusterated.