I have an ASP.NET MVC application that uses Entity Framework 5.0 and Code First.
I published my site using Visual Studio 2012 on the Azure Website. Everything seems to work, except that the seed data is not pasted into SQL Azure; the site is working, the database is built, but the source data is not . When I run this on my local machine, everything works correctly.
In the examples that I saw when publishing from Visual Studio 2012, there is the option "Perform the first code migration" (see the figure below).

But when I try to publish my site, the option "Perform the first code migration" is not .

, - . 3 , .
- -. ASP.NET MVC. Entity Framework, (DBContext) Dataโโli >
- . . Entity Framework
- . Entity Framework. , DbMigrationsConfiguration.
Seed.
. ; - , , .
- , SQL Azure, Visual Studio 2012?