-1

I needed some help in understanding how i can get this setup completed. Due to the current setup of the website, we have a "/blog" that is powered by Wordpress PHP. We are looking to upgrade the website with ASP.NET C# for the main website "/" in a Windows Azure server but maintaining "/blog" on a Linux machine.

The service doesn't wish to use sub-domain for the blog in fear of losing too much SEO value that cannot be duplicated.

May i ask how can this be done?

Thanks!

Guo Hong Lim
  • 1,690
  • 3
  • 13
  • 20

1 Answers1

1

Make the php website a subfolder of your main ASP.NET site as described in Create a Separate Site or Virtual Directory for PHP Content.

See also Can PHP and ASP.Net run together within the same web site in IIS 7.5?

Vladimir
  • 828
  • 6
  • 8