Forms Authentication on Subfolders
Forms authentication generally protects your entire IIS application. However, sometimes you may want to only protect subfolders. Usually you would make the subfolder an application which would have it’s own web.config file, but this has two drawbacks:
[Read More]