Click to See Complete Forum and Search --> : Pbs with Asp and PHP cohabitation ?


Anon
05-17-2001, 12:14 AM
Hello everybody.

I'm new in the world of PHP and I've installed PHP4 ISAPI module on a IIS5/NT2000 Advanced Server.
It seems to work fine when I call a demo page (with <? phpinfo(); ?> code) but when I try to run another site on my Web server with Asp scripts, I always get this error:

-2147417842 (0x8001010e)

I always have to restart the site or the Web server to be able to run my Asp sites correctly

Is there a problem having Asp and Php dll's on the same Web server or something else ?

Pleeeeaaase help me !

Thank you very much

Emily

ame12
05-17-2001, 06:05 AM
Try using the PHP CGI rather than the ISAPI and see if that makes a difference. I think the ISAPI filter/extension is not generally considered stable.

RW


===========================================
http://badblue.com
Free small footprint web server for Windows
P2P file-sharing, PHP, wireless apps & more
===========================================

Anon
09-10-2001, 08:14 PM
I\'ve had the same problem.
I had PHP 4.0.6 installed and running fine, but then I deleted it and installed 4.0.4 since there was an installer for that that lets you set it up with php_gd.dll.
As soon as I set that up, I would get
-2147417842 (0x8001010e)
when I tried to run ASP. Not every time, if I hit reload the ASP would either run, give that number, or run and report an error.

I\'ve tried both the .exe and .dll versions of PHP, both seem to give the same error.

Even if I disable php in the IIS Home Directory Configuration, it still seems to do it... installing PHP seems to have screwed up ASP.

Any known solutions to this?

Thanks!

Anon
10-02-2001, 08:39 AM
hi,

i had the same problem earlier this week. a friend of mine relies on asp and microsoft sql for his pages. But he in on my server, that runs php too.

had a lot of problems sorting it out, but after a little surfing, i found in a php-mailinglist the answer : <http://marc.theaimsgroup.com/?l=php-install&m=97949172432016&w=2>

I tried it, and it works fine.

koen

Anon
10-02-2001, 08:51 AM
Thanks a lot, it works fine ! :-)

koen depoorter wrote:
-------------------------------
hi,

i had the same problem earlier this week. a friend of mine relies on asp and microsoft sql for his pages. But he in on my server, that runs php too.

had a lot of problems sorting it out, but after a little surfing, i found in a php-mailinglist the answer : <http://marc.theaimsgroup.com/?l=php-install&m=97949172432016&w=2>

I tried it, and it works fine.

koen