Helper class to dynamically modify the Location configuration element

Posted by anas on ASP.net Weblogs See other posts from ASP.net Weblogs or by anas
Published on Fri, 12 Mar 2010 22:09:05 GMT Indexed on 2010/03/12 22:17 UTC
Read the original article Hit count: 307

Filed under:
The location element is used to restrict user or role access on a specific path.The path could be a folder,aspx page,ashx,axd or any other file that is handled by ASP.NET runtime. In most cases, you use that element declarativley in the web.config file of your website.In this case, you are declaratively telling the ASP.NET runtime and specifically the UrlAuthorizationModule or the FileAuthorizationModule (depending on the Authentication Mode) to grant/deny the access to that path for the specified...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET