Can we run php and MVC 3 application under single IIS 7. I have installed PHP in the IIS using PHP Manager. I also want to run asp.net MVC 3 application in same IIS Server. Is it possible to run both php and asp.net MVC 3 application under same wwwroot folder.
Asked
Active
Viewed 434 times
1 Answers
0
Yes, you should be able to do that. You won't be able to share sessions and such though, but you might have to change the IIS Application Pool Configuration in order for this to work properly.
Take a look at: Can PHP and ASP.Net run together within the same web site in IIS 7.5?