0

我是 IT 领域的新手。

我刚刚使用mvcin完成了一个小型 Web 应用程序C#.net (Visual Studio 2012)

而且我已经用来SQL Server Management studio 2008创建数据库。

现在我希望我的网站托管在服务器上。

所以,我的问题是:

 1) Should I copy my database(.mdf and .ldf) files to App_Data? If yes then how?

 2) After the database issue is cleared how to deploy the web application and 
    put it on the server?

谁能给我推荐一个简单的好教程?或者你能给我一些基本的了解吗?

4

2 回答 2

1

考虑这个线程http://forums.asp.net/t/1903127.aspx 有很多关于如何在codeproject上完成这个的文章

于 2013-09-24T01:08:23.460 回答
1

一种方法是

  1. 在 somee.com 中创建一个数据库并在那里部署您的数据库。您可以从 management studio 访问 somee.com 中的数据库
  2. 从 somee.com 获取您的 ftp 访问权限,然后从 Visual Studio 那里发布您的项目。

而已..

于 2013-09-25T07:06:40.497 回答