Hi,
This question may have been asked earlier, but I could not find it, sorry.
How do I allow a folder to be accessed by authenticated users only. I am using form authentication.
I only see ? (anonymous) and * (all) symbols for the allow/deny elements in web.config. Is there one for authenticated users so that I can use it in the <location> element?
Thanks in advance!