Hi,
I want to know, I can allow only user to view the folder and it's pages.
I am not using asp membership with roles.
Will this do the trick?
<location path="folder">
<system.web>
<authorization>
<allow roles="users"/>
<deny users="?"/>
</authorization>
</system.web>
</location>
Kindly let me know thanks
Go to the complete details ...