我们可以使用WordPress和asp.net集成吗?

时间:2022-12-02 10:04:11

We want to use WordPress with asp.net, is it possible for ASP.net and WordPress to work together, if not what are alternatives?

我们想在asp.net中使用WordPress,那么asp.net和WordPress是否可以协同工作呢?

7 个解决方案

#1


4  

Wordpress is written in PHP and runs on Apache, so you can't really run it in ASP.Net. There are methods however that enable you to run it on IIS.

Wordpress是用PHP编写的,在Apache上运行,所以你不能在ASP.Net中运行它。但是,有一些方法允许您在IIS上运行它。

The best way to go with integrating Wordpress and ASP.NET is by using one of the supported XML-RPC protocols. You can see more about it here: http://codex.wordpress.org/XML-RPC_Support

整合Wordpress和ASP的最好方法。NET是通过使用支持的XML-RPC协议之一实现的。您可以在这里看到更多:http://codex.wordpress.org/XML-RPC_Support

#2


7  

You could run WordPress using Phalanger, which can execute PHP code on .Net platform (faster that standard PHP!) and allows mixing the PHP and standard .Net languages/frameworks in a single application.

您可以使用Phalanger运行WordPress,它可以在。net平台上执行PHP代码(比标准的PHP更快),并允许在单个应用程序中混合PHP和标准的。net语言/框架。

#3


4  

Yes it is actually possible. Check out this: http://www.wpdotnet.com

是的,这实际上是可能的。看看这个:http://www.wpdotnet.com

#4


3  

You can use visual studio integrated version. http://www.microsoft.com/web/gallery/wordpress.aspx

您可以使用visual studio集成版。http://www.microsoft.com/web/gallery/wordpress.aspx

#5


2  

The easyest way to integrade wordpress with asp.net is to use MYSQL Connector for asp.net

将wordpress与asp.net集成的最简单的方法是在asp.net中使用MYSQL连接器

#6


1  

you can run the php file in the IIS rather than combine the wordpress file in the asp.net. just download the FastCGI and make some configuration.

您可以在IIS中运行php文件,而不是在asp.net中合并wordpress文件。下载FastCGI并进行一些配置。

#7


1  

Peachpie is an open source PHP compiler to .net. This supports ASP.Net/Core and is performant.

Peachpie是.net的开源PHP编译器。这支持ASP。Net/Core性能。

#1


4  

Wordpress is written in PHP and runs on Apache, so you can't really run it in ASP.Net. There are methods however that enable you to run it on IIS.

Wordpress是用PHP编写的,在Apache上运行,所以你不能在ASP.Net中运行它。但是,有一些方法允许您在IIS上运行它。

The best way to go with integrating Wordpress and ASP.NET is by using one of the supported XML-RPC protocols. You can see more about it here: http://codex.wordpress.org/XML-RPC_Support

整合Wordpress和ASP的最好方法。NET是通过使用支持的XML-RPC协议之一实现的。您可以在这里看到更多:http://codex.wordpress.org/XML-RPC_Support

#2


7  

You could run WordPress using Phalanger, which can execute PHP code on .Net platform (faster that standard PHP!) and allows mixing the PHP and standard .Net languages/frameworks in a single application.

您可以使用Phalanger运行WordPress,它可以在。net平台上执行PHP代码(比标准的PHP更快),并允许在单个应用程序中混合PHP和标准的。net语言/框架。

#3


4  

Yes it is actually possible. Check out this: http://www.wpdotnet.com

是的,这实际上是可能的。看看这个:http://www.wpdotnet.com

#4


3  

You can use visual studio integrated version. http://www.microsoft.com/web/gallery/wordpress.aspx

您可以使用visual studio集成版。http://www.microsoft.com/web/gallery/wordpress.aspx

#5


2  

The easyest way to integrade wordpress with asp.net is to use MYSQL Connector for asp.net

将wordpress与asp.net集成的最简单的方法是在asp.net中使用MYSQL连接器

#6


1  

you can run the php file in the IIS rather than combine the wordpress file in the asp.net. just download the FastCGI and make some configuration.

您可以在IIS中运行php文件,而不是在asp.net中合并wordpress文件。下载FastCGI并进行一些配置。

#7


1  

Peachpie is an open source PHP compiler to .net. This supports ASP.Net/Core and is performant.

Peachpie是.net的开源PHP编译器。这支持ASP。Net/Core性能。