i am using windows authentication for my site and want to exclude a folder under the root. But not able to do it like how we exclude a page in forms authentication.
<location path="handlers">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
Is there any other way we have? i have gone through web... but could not find any other answer..
could any one of you help me in this..?
i am using IIS 7.5, Vs 2010.
Thanks in advance.