D
Dica
i've got a few pages on my site that don't require authentication. is it
possible to specify each on of these in the same node within web.config, or
do i have to repeat for each? i'd like to do the following if possible:
<location path="LoginFailed.aspx", "help.aspx", "faqs.aspx",
"sendpassword.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
possible to specify each on of these in the same node within web.config, or
do i have to repeat for each? i'd like to do the following if possible:
<location path="LoginFailed.aspx", "help.aspx", "faqs.aspx",
"sendpassword.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>