Adding a WordPress Blog in a .Net Website

This is my first project and I have been asked to use WordPress to create a blog that is embedded in a .Net Website using SQL Server.

Now my question is as follows

Read More
  • Can it Be Done ?
  • If yes How can I do it ? ( Any link that can guide will be great )
  • If not any ideas what can I do ?

Thank you in advance 🙂

Related posts

Leave a Reply

1 comment

  1. WordPress requires PHP and MySQL. You can run it on the same server as your .NET application, but you cannot run it without PHP and MySQL.

    Here’s instructions for setting up WordPress in IIS.

    http://www.iis.net/learn/application-frameworks/install-and-configure-php-applications-on-iis/install-wordpress-on-iis

    However, I’d personally prefer a sub-domain so you can be more flexible in the future to support having them on the same server, or on different servers, and even have them on separate hosts.