0

我开始构建一个 Web 应用程序并使用 ASP.NET MVC。我更像是一名后端程序员,并认为我会在登录前使用 Wordpress 作为“宣传册软件”。还有其他更适合 Windows 的 CMS,但我最熟悉 Wordpress,并且更愿意花时间在实际的应用程序上。我正在寻找任何做过这件事的人,他们可能有推荐的方法(或要避免的陷阱)。谢谢!

4

3 回答 3

0

I would recommend using a CMS that runs on ASP.NET like Orchard or Umbraco (I prefer the later). They're very easy to setup and both use Razor Views for rendering content. If you have a Windows Azure subscription you can setup the site in less than 5 minutes.

The great thing about this approach is that you can have the user logged on both apps using the same authentication cookie.

于 2013-06-03T13:37:01.960 回答
0

N2CMS始终是与 MVC 一起使用的不错选择。它更像是一个组件而不是主要功能。

于 2013-06-02T18:23:16.960 回答
0

I discovered that I could simply run WordPress from an Azure instance, and from the same domain (if desired), run my .NET application. Problem solved!

于 2013-06-03T23:55:54.667 回答