ASP. Net Basics : Deny access to a particular folder
Posted on Fri 24 January 2014 in Asp.net (Dot Net) • Tagged with ASP.NET
Setting authentication is most important part of asp.net web application project, there can a time where you don't want any user to access a particular folder. For example while creating a Gallery project we don't want any user to access the /pictures folder.
ASP.net supports 3 modes of …
Continue reading


