How can I allow access to all subdirectories using web.config? I know how to allow access per-directory but not to all child directories at once.
Asked
Active
Viewed 131 times
1 Answers
0
Settings in web.config are inherited to all sub-directories by default, unless another web.config in a lower directory overrides them. So there is no need to do anything.
What exactly do you mean by 'allow access'?

Peter Hahndorf
- 14,058
- 3
- 41
- 58