aspxtreme

Adduser Directory Configuration File ( 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>
See Also

The Forms Authentication Provider



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme