entity framework - How to publish solution into Azure -
i have solution multiple projects
project.core - business logic project.data - entity framework context (code first) - has connection string project.domain - models project.web - mvc
i created project in azure portal db. try publish
the problem is: no database found in project. how find it?
you can ignore , try publish it. you'll need create database on azure, application can talk real database. if using local storage, you'll fine without "databases" section.
this part of web-deploy deals database connection strings. if have connection string in web.config
, have .release
transformation, again "databases" section can ignored.
Comments
Post a Comment