This may have been answered already but i couldn't find it. I am just a plain ole C# developer, my boss handed me this project said Get R Done so thats what i am trying to do.
We have one domain clientssiteaspnet.com. It is a .Net site has a complicated search mechanism using a SQL Server DB, its on Server2003. The client wanted a blog, they built one at clientssiteaspnet.com/blog using BlogEngine.Net So now the client wants his blog on WordPress because BlogEngine.Net is driving him crazy.
So WordPress works best on a LAMP environment and that is where i want to put it. clientssiteaspnet.com works best on Windows Server because it is a .Net site with a SQL Server Database.
So my question is how do i go about getting the one domain name on two different servers at 2 different hosting company's. So i can keep the .Net site where it is now and at my new LAMP environment i have the clientssiteaspnet.com/blog site.
I am really new to this because i really just like writing code all day, but its a problem that i must solve.
Any links to articles, tutorials, blogs and all other types of information on things i need to educate myself about to accomplish this task would be very much appreciated.
Thank you
Edit: I realize i could run WAMP and IIS server simultaneously on the Windows Server, but i am trying to avoid that kind of solution.