How to edit the user details stored in aspnetdb without asp.net web administration tool?
Posted
by Ravi
on Stack Overflow
See other posts from Stack Overflow
or by Ravi
Published on 2010-03-13T15:16:54Z
Indexed on
2010/03/13
15:25 UTC
Read the original article
Hit count: 620
I have asp.net MVC application which uses asp.net membership. I configured the user details from local system using Asp.Net web site administration tool. Now I have deployed the site in server and I need to change the password. Now I have the ASPNETDB.MDF file in the App_Data folder.
How to edit the details?
© Stack Overflow or respective owner