I donīt know why you want to store user credentials in a xml file (despite
you can do it with forms auth) but I definitely donīt recommend you this
practice. I think that is not possible with forms auth to store the creds
outside the web.config file but you might implement your own auth scheme
with the file you want.
--
Hernan de Lahitte - MSDE
Lagash Systems S.A. - Buenos Aires, Argentina
http://www.lagash.com
"smita" <> wrote in message
news:#...
> Hi,
>
> May I know how can I use Forms Authentication without storing my
> credentials information in web.Config but in some other Xml file of my own
..
> Since I am creating users at runtime I need to store username and
passwords
> in a different xml file which i need to use to authenticate the users. But
> how do i inform Forms Authentication about this b'coz as far as i know it
> searches the credentials section in Web.Config file for authenticating the
> users.
>
> Any advice would be helpful.
>
> thanx,
> smita.
>
>
>
>