<location path="ArchiveNews.aspx">
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</location>
I want to deny un-authenticated users to the ArchiveNews.aspx. For some reason this code doesn’t want to work. Can anyone help?
Does this
web.configexist in the same directory as yourArchiveNews.aspxfile? It needs to be in the same directory for your config snippet to control access to that file.