In my system I have configured IIS 7.0 for hosting asp.net website. Now I want work also in PHP. So for that I have installed WAMP server in my same machine. But when Iam trying to access the PHP code it is reading only IIS. Do anyone has solution for this? Or can we host/deploy PHP code in IIS?
do not use IIS and WAMP at same time
instead use PHP Manager for IIS
It can be easily downloaded and installed by 'web platform Installer'
Download Web Platform installer
here
Related
I am a beginner web developer looking to create a website using PHP, MySQl, and Apache. Windows 10 is downloaded on my laptop. Which version of PHP and which version of Apache should I download? I already have MySQL installed. Any advice would be greatly appreciated!
I will suggest you use WampServer.
WampServer is a Windows web development environment. It allows you to
create web applications with Apache2, PHP and a MySQL database.
Alongside, PhpMyAdmin allows you to manage easily your databases.
Pls download from official site.
I found too many problems in installing the application in a local network. I use wampserver as the local server(in my computer only) for my application. I want to use a windows server 2012,2008 or 2003 to install the application so that it may function in the network I created and different users can access to it. Would you please give me even the link that explains the steps clearly and in details?
You can download and install Microsoft's web platform
http://www.microsoft.com/web/downloads/platform.aspx
it will work on server with IIS and on a local desktop with IIS Express.
After you install it, you may add PHP to your server as Fast-CGI application host.
I have have installed a software that came along with an ASP.NET
hosted in UltiDev Web Server Explorer a web application manager, its
database is .mdb, and I want to add some pages to it using PHP for an
additional features. And UltiDev can run only asp.net and I have no
time for now to study ASP. is there any other web application manager
that can run php and ISS together sharing the same .mdb database? I am
not interested in IIS right now.
yes you can run PHP server on IIS but reverse is not so easy.
Goto this link and install this web platform installer. then you can access and manage your PHP files
http://php.iis.net/
you can easily manager like Apache server
You can install PHP to run alongside an IIS installation with the Microsoft WebMatrix tool.
http://www.microsoft.com/web/webmatrix/
On a sidenote, Helicon has a selection of PHP/Ruby/etc applications that can be easily deployed to an IIS installation via WebMatrix.
http://www.helicontech.com/zoo/gallery/
I am using xampp server. Does it support Jsp and Java servlets? If not, is there any server that supports both 'php and Java EE' and to how to use it
Use Apache Tomcat 7.0, it will support both PHP and Java EE.
As stated in official xampp web page it supports:
with the release of the new version of XAMPP 1.8.0,
Apache 2.4.2
MySQL 5.5.25a
PHP 5.4.4 phpMyAdmin 3.5.2
FileZilla FTP Server 0.9.41
Tomcat 7.0.28 (with mod_proxy_ajp as connector)
Strawberry Perl 5.16.0.1 Portable
XAMPP Control Panel 3.0.12 (from
hackattack142)
it seems with the tomcat server you can deploy your application if java configurations (Java SE JDK 6) are done properly. In this video (Integrating Tomcat with Apache Using XAMPP Part 1) it tells how to do it but basically you can put your jsp file to /xampp/tomcat/webapps folder.
In my opinion starting using netbeans IDE and selecting the XAMPP server as a default server you can deploy your javaEE applications easily, a good start is here.
For PHP tomcat supports and also XAMMP has very is easy configuration for PHP projects, you can follow the details from this video.
I have a machine configured for ASP.NET 4 & IIS7.
I want to run PHP on the same machine without interrupting ASP.NET. Anyone know the steps and I will research it more.
You can install php for windows. http://php.iis.net/ Its almost the same as installing it on your local machine. It wont interrupt any existing asp.net applications unless you mess with iis and their directories/applications. Amazon should give you access to the ec2 instance to install and configure iis.
Walkthrough.