asp.net mvc - How to host mvc5 project with Database on Godaddy server -


i have 3 projects (mvc5 web, database , db first ef) in 1 solution. can host mvc5 simple app (not including database) in godaddy server. i'm able create db in godaddy server (i.e. creating scripts in local sql server ms in pc , pasing in godaddy sql server. working fine.) , got connection string. question is, 1- should host "db first ef" ? if yes how ? 2- suppose want change db, how modify edmx file in server? (like in visual studio when ever modify db object, can change our edmx manually.) suggestion appreciate. in advance.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -