Can we use or integrate WordPress with ASP.NET?

We want to use WordPress with ASP.NET. Is it possible for ASP.NET and WordPress to work together? If not, what are the alternatives?

Related posts

Leave a Reply

6 comments

  1. 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.

    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:

    XML-RPC Support