-1

I'm trying to integrate WordPress in a website which is running on .net framework 4.0 and using SQL Server 2008 as its database.

Can anybody suggest me a reference so that I can proceed in right direction?

Thanks in advance.

Programmer
  • 39
  • 7

1 Answers1

0

The requirements for WordPress are PHP and either MySQL or MariaDB for your database.

https://wordpress.org/about/requirements/

The Microsoft web server, IIS, allows both of these to be installed.

MikeD
  • 1