change password in mvc without membership
how to change password in mvc without membership and how to use .aspx page in mvc
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vincent Maverick DuranoPosted May 5, 2015, 1:59 PM
You simply do a normal update in your database to change the password. The idea is to pass the userid in your select statement and then update the password for that particular user.
how to use .aspx page in mvc
Read on: http://stackoverflow.com/questions/25385532/how-to-add-aspx-pages-to-existing-mvc-4-project