Author: wstevens@vodamail.co.za | Posted on: 7/30/2007 12:14:37 AM | Views : 1311

 Hi all
Im busy with a large contract with a very short deadline can any body assist me with examples and all the posiible information out on the web.

I would like to change the properties below via GUI on runtime. What Im trying to achieve is to create a runtime membership administration tool template that I can upload with all my web applications. For example if my client decides 2 months later that he wants to activate a user lockout function after login failure attempts I want to be able to access his site in runtime via a GUI and either add the maxInvalidPasswordAttempts="2" passwordAttemptWindow="30" or change the current values therein programmatically.

From what i have researched I have found that you can change the web.config file in runtime however this will reset all users sessions and will restart the application.
What is the best and the most secure way of doing this.

<membership ...

Go to the complete details ...