Reputation: 21
I have read many document about publish web MVC. Almost is about publish MVC-EF(code first) to Azure.
So, what about MVC-EF(database first) ?
It had better not to Azure ( Example: www.gearhost.com)
Upvotes: 2
Views: 1164
Reputation: 65870
Hence your service provider is Gearhost
,you can follow below mentioned steps.
How to publish your app from Visual Studio
Publishing your application from Visual Studio is simple and easy with GearHost regardless of your Visual Studio version.
Download the publishing file
We make it easy to publish from Visual Studio by providing you a fully encapsulated publishing file that you will import into Visual Studio. To get this file you will need to:
Log in to your GearHost account Click the CloudSite name you want to upload your application to Click the Publish tab Click the Visual Studio button under the Application Publishing Files heading This will download a {cloudsitename}.publish file to your local computer storage.
Publishing
Here is the Link : How to publish your app from Visual Studio
How to create a database
You can create a MSSQL (Microsoft SQL) or MySQL database on your account using the simple steps below. To restore a database from a backup view the How to restore a database doc.
To create a database:
Congrats you now have a new database! To connect to your MSSQL database view the How to connect to a MSSQL Database doc. To connect to your MySQL database view the How to connect to a MySql Database doc.
Here is the Link : How to create a database
Upvotes: 1