Actually, in spite of Karl and Kevin's opinions
to the contrary, you do *not* need to make a
folder an application, nor even a virtual directory,
in order to run a web.config in that directory.
All that's needed is for the directory to be a sub-directory
of an application, and you *will* be able to run a web.config
file in that directory which establishes rules for that sub-dir.
What you *cannot* do is, in a directory's web.config,
make application-level changes. Local changes which
modify the way the application reacts to requests *within*
that sub-directory are fine.
You could have a zillion directories,
and a zillion web.configs i each sub-dir,
all running under *one* application root.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================