简体   繁体   中英

Where are the username and passwords stored in the default ASP.NET app?

I have created a project using Visual Studio 2012 "ASP.NET Web Forms Application" (Not the blank one). I have registered a few users with the apps register form. I was wondering where in my project is the username and password stored for the logins?

默认情况下检查webconfig连接字符串,它使用localdb sql express在解决方案资源管理器中,单击显示所有文件,然后在appdata中,您将找到数据库文件

They are in a database, most likely in your local sql express. The passwords are hashed of course.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM