Web.config
Designing Secure ASP.NET Applications Forms Authentication Using an XML Users File
The Web.config file in the Adduser directory ( containing Adduser.aspx ) should be set up to have the following entries. These settings allow anyone access to this directory ( assuming there are no NTFS ACLs preventing access ).
<configuration> <system.web> <authorization> <allow users = "*" /> </authorization> </system.web > </configuration>
The Forms Authentication Provider
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note