|
If you are using forms authentication, I don't see some users you added in web.config
Also, if you have many pages that require authentication to access, it is recommended to create a folder, put all protected pages, and set <deny user = "?" /> <Allow in this folder in web.config user = "*" />
This way you don't have to judge every page |
|