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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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