Answer the question
In order to leave comments, you need to log in
How to properly store login and password for Admin in Asp.Net Identity?
Hello, I want to cover the site admin panel with a login and password so that only the admin can enter, for this I study Asp.Net Identity , I look at various tutorials, and I see a dangerous situation, the login and password for the admin are saved in their pure form in the Web.config file
<forms loginUrl="~/Account/Login" timeout="2880">
<credentials passwordFormat="Clear">
<user name="admin" password="12345"/>
</credentials>
</forms>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question