I am new at ASP.NET.I am using ASP.NET MVC Internet Application template. It contains AccountModels. I enabled migrations on AccountModels.cs. How should I edit configuration file which is created after enabling migrations in order to set username and password?
Asked
Active
Viewed 355 times
0
-
What username and password do you want to set? – Jeroen Vannevel Nov 11 '13 at 19:08
-
I am coding basic login panel for Administrator. I want to set any username and any password. It's not important. How to set username and password is important. – Kerem Zaman Nov 12 '13 at 17:11
-
Soo.. You want to create administrator accounts? – Jeroen Vannevel Nov 12 '13 at 17:12
-
Yes. I want to create administator account. Isn't possible doing it with internet application template? If it is possible, how can I do? – Kerem Zaman Nov 12 '13 at 17:24
-
Take a look here: http://www.asp.net/mvc/tutorials/mvc-music-store/mvc-music-store-part-7 – Jeroen Vannevel Nov 12 '13 at 17:25