使用MongoDB托管ASP.NET MVC 3应用程序

时间:2021-06-23 04:12:08

I'd like to hear if any of you had experiences developing and hosting such an application?

我想听听你们是否有开发和托管此类应用程序的经验?

What do you think about combining the two? Is there a way to host it somewhere in cloud (Azure, Amazon...)? What resources (tools, drivers, documentation) have you used for development?

你怎么看待两者结合?有没有办法在云中的某个地方托管它(Azure,亚马逊......)?您用于开发的资源(工具,驱动程序,文档)是什么?

Thanks! :)

2 个解决方案

#1


9  

I have a couple of applications with asp.net mvc 3 and mongodb.

我有几个应用程序与asp.net mvc 3和mongodb。

For the asp.net mvc app regular windows hosting. For the mongodb i am using unix hosting (since it cost in several times lower than windows hosting).

对于asp.net mvc app常规windows托管。对于mongodb我使用unix主机(因为它的成本比windows主机低几倍)。

Also you may need:

您可能还需要:

  1. Official c# driver for mongodb: github
  2. mongodb的官方c#驱动程序:github

  3. Official driver documentation: docs
  4. 官方驱动程序文档:docs

  5. Great ui tool (like management studio for sql server) for mongodb: mongovue
  6. mongodb:mongovue的伟大ui工具(如sql server的管理工作室)

  7. And mongodb manual ;)
  8. 和mongodb手册;)

That's all. Hope this help you quickly start development.

就这样。希望这有助于您快速开始开发。

What do you think about combining the two?

你怎么看待两者结合?

Mongodb good fit for many web applications, it can be easy used with asp.net mvc 3 since exists nice driver for c# that contatins all latest features.

Mongodb非常适合许多Web应用程序,它可以很容易地与asp.net mvc 3一起使用,因为存在很好的c#驱动程序,它包含所有最新功能。

#2


0  

I have recently developed a small application using ASP.NET and MongoDB. I hosted the application on cheap shared Windows hosting @ www.FreeWindHosting.com and hosted the db at www.MongoLabs.com.

我最近开发了一个使用ASP.NET和MongoDB的小应用程序。我在廉价的共享Windows托管@ www.FreeWindHosting.com上托管了该应用程序,并在www.MongoLabs.com上托管了数据库。

I will be writing a small backup service to back up my free MongoLab db to Amazon S3, but otherwise this setup works remarkably well, even with several "Handshakes" between the application and MomgoLab every request.

我将编写一个小型备份服务来备份我的免费MongoLab数据库到Amazon S3,但是这个设置非常好,即使应用程序和MomgoLab之间的每次请求都有几次“握手”。

#1


9  

I have a couple of applications with asp.net mvc 3 and mongodb.

我有几个应用程序与asp.net mvc 3和mongodb。

For the asp.net mvc app regular windows hosting. For the mongodb i am using unix hosting (since it cost in several times lower than windows hosting).

对于asp.net mvc app常规windows托管。对于mongodb我使用unix主机(因为它的成本比windows主机低几倍)。

Also you may need:

您可能还需要:

  1. Official c# driver for mongodb: github
  2. mongodb的官方c#驱动程序:github

  3. Official driver documentation: docs
  4. 官方驱动程序文档:docs

  5. Great ui tool (like management studio for sql server) for mongodb: mongovue
  6. mongodb:mongovue的伟大ui工具(如sql server的管理工作室)

  7. And mongodb manual ;)
  8. 和mongodb手册;)

That's all. Hope this help you quickly start development.

就这样。希望这有助于您快速开始开发。

What do you think about combining the two?

你怎么看待两者结合?

Mongodb good fit for many web applications, it can be easy used with asp.net mvc 3 since exists nice driver for c# that contatins all latest features.

Mongodb非常适合许多Web应用程序,它可以很容易地与asp.net mvc 3一起使用,因为存在很好的c#驱动程序,它包含所有最新功能。

#2


0  

I have recently developed a small application using ASP.NET and MongoDB. I hosted the application on cheap shared Windows hosting @ www.FreeWindHosting.com and hosted the db at www.MongoLabs.com.

我最近开发了一个使用ASP.NET和MongoDB的小应用程序。我在廉价的共享Windows托管@ www.FreeWindHosting.com上托管了该应用程序,并在www.MongoLabs.com上托管了数据库。

I will be writing a small backup service to back up my free MongoLab db to Amazon S3, but otherwise this setup works remarkably well, even with several "Handshakes" between the application and MomgoLab every request.

我将编写一个小型备份服务来备份我的免费MongoLab数据库到Amazon S3,但是这个设置非常好,即使应用程序和MomgoLab之间的每次请求都有几次“握手”。