Browse by Tags

All Tags » Web.config (RSS)

Changing user password in Web.config by guru_sarkar

Say you have your user credientials placed in your web.config . How do you change the passord for a user programatically. Less talk, more code. Sample web.config in root folder: < system.web > < compilation debug = " true " /> < authentication...
More Posts