How to apply URL authorization in the web.config file

Hi, I'm trying to restrict certain users accessing to certain files which can be accessed to at a corresponding URL, I looked through MSDN and couldn't find a good example, could anyone offer me some good examples? Thanks in advance!
[235 byte] By [Sheng1983] at [2007-12-23]
# 1

In order to accomplish this (aside from making sure that you've authenticated your users some how) is to setup an Authorization section inside of the web.config file within the directories in question that specify the permitted or denied users.

Take a look at this article which will walk you through it.

Also, for future reference, this forum is less geared towards ASP.NET than the ASP.NET ones are and you may want to direct these sorts of questions there instead in future.

BrendanGrant at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...