Question

I am a beginner on windows platform. I have a dedicated server on windows server 2008 and IIS 7.5. I want to install Wordpress on it and with other php scripts.

Is it safe to use php with other asp.net files? and how to install php without effecting the working website?

Was it helpful?

Solution

You can use php alongside with asp in the same server. In the past, I even used an application that some files where written in php and some in asp. There is no conflict in that.

To install php on windows server, either follow the official guide of php or try this interesting tutorial.

As for the mySql, I had to download it and install it manually, but it works perfectly without conflicting with MSSQL. I didn't use phpmyadmin, as the build-in database manager of mysql was good enough for me. But phpmyadmin is just a php application, so it will run perfectly since php will be installed. You can find more details on its official website.

OTHER TIPS

Installing PHP shouldn't affect your asp or existing websites.

You can follow the manual guide on the php website but this is much easier: http://php.iis.net/ It will do the manual configuration for you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top