While deleting an .mdf
according to this article, I completed all the steps successfully. But, after deleting .mdf
according to this step:
From Solution Explorer, click the Show All Files icon, then right click Add_Data\aspnet-MvcAuth-.mdf and click Delete.
when I typed Enable-Migrations
into the PM-console, I got the message:
Migrations have already been enabled in project 'ContactManager'. To overwrite the existing migrations configuration, use the -Force parameter.
After this I launched it in Internet Explorer. There was no form to register with birthday. I made all the steps according to the article.