Re: Forms Authentication and dynamic folders



or create a web.config file for each folder?

You could plunk down a web config with only an authorization tag right
in the directory when you create it.

Watch that changing these files on the fly seems to me to cause the
application to restart.
Even though the authorization section does not have
restartOnExternalChanges set and even when using a configSource for
one. Your mileage may differ.

.