Page 1 of 1

PHP and .net

Posted: Wed Oct 08, 2003 8:26 am
by terence
I have a client who is revamping their internal system with micorsofts .net framework.

I developed a web site for them 1 year ago which uses PHP 4.

They want to move the web site within their internal server sysytem for hosting.

They asked if installing PHP along side their .net framework would cause any conflicts.

They are developing on a windows 2000 server.

I thought this would be a perfect question for this board.

I appreciate any input.

Thanks,
Terence

Posted: Wed Oct 08, 2003 11:27 am
by mrvanjohnson
Microsoft architecture cause conflict with others.... NAHHH unheard of..

Seriously, in theory it shouldn’t be a problems but then again we are talking M$.

Obviously, best thing to do is set up a good Test environment.

Posted: Thu Oct 09, 2003 10:17 pm
by fractalvibes
I would think the two should run fine side by side on IIS. Am pretty sure we have this setup at work, as our LAN/WAN folks have been using some PHP scripts for some admin functions and we have ASP and ASP.NET running on the same server. IIS simply looks at the request, hands it off to the appropiat engine to execute, the engine
passes back the resulting html page and serves it up.

fv