Posted on: 12/28/2014 7:49:45 PM | Views : 534

Hello,
I try to make an authentication based on xml file following the model at:  http://msdn.microsoft.com/en-us/library/1b1y85bh%28v=vs.71%29.aspx
I have a login page with an Add User button redirecting to the AddUser.aspx page.
I put the AddUser.aspx in a folder AddUser for which I have a web.config file with <allow users="*"/> (http://msdn.microsoft.com/en-us/library/fyxeswfh%28v=vs.71%29.aspx)
I have the Users.xml file in the root directory of the site, together with the login and the default pages and it's similar to http://msdn.microsoft.com/en-us/library/7kf1hs44%28v=vs.71%29.aspx
I granted to IIS_IUSRS write access to Users.xml
The 1st problem I have is that when ...

Go to the complete details ...