Forms Authentication Problem?

A

Aaron

We are implementing forms authentication on our site. We noticed that when
we try to lock down a folder whose name as dashes in it (e.g. Secure-Folder)
it is ignored. Is this a known issue?

Thanks
 
D

Dominick Baier

i cannot confirm this.

this works as expected:

<location path="private">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>

<location path="private-area">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,888
Messages
2,569,964
Members
46,293
Latest member
BonnieHamb

Latest Threads

Top