J
Jens Weiermann
Hi!
I'm using Windows authentication in one of my ASP.NET projects because this
way it's easy for me to define which users has access to which page (using
the NTFS file system security settings).
Now my users want to change their passwords via a web interface. Does
anyone know if it is at all possible to change the windows passwords by
..NET code? Or do I have to change the project to forms authentication and
store user info in a database?
Thanks!
Jens
I'm using Windows authentication in one of my ASP.NET projects because this
way it's easy for me to define which users has access to which page (using
the NTFS file system security settings).
Now my users want to change their passwords via a web interface. Does
anyone know if it is at all possible to change the windows passwords by
..NET code? Or do I have to change the project to forms authentication and
store user info in a database?
Thanks!
Jens