IIS to parse php in a .dll files

Posted by Agony on Pro Webmasters See other posts from Pro Webmasters or by Agony
Published on 2012-11-30T18:51:01Z Indexed on 2012/11/30 23:22 UTC
Read the original article Hit count: 166

Filed under:
|

The .dll files ain't the dynamic link library. That's what the client side software calls for (cannot change).

Its essentially a php script that should run and return specific values.

However currently it simply downloads it and that results in a failure.

That's what it results in on a Apache server:

[Update] NewVersion=1 UpdateFileNumber=1 UpdateFile1=update1/LPServerInfo.dat
ServerNumber=1 Server1=http://88.159.116.217/

here it is on IIS: 198.24.133.74:8080/update.dll?0

renaming it to php works fine for testing - it runs and returns values. I edited the MIME and set .dll to application/x-httpd-php but that doesn't seem to work in IIS.

Any solutions?

© Pro Webmasters or respective owner

Related posts about php

Related posts about iis7