Hi.
I'm in the process of setting up a new Intranet server.
Our previous/current server is:
Windows 2000 Server
IIS
PHP with asp_tags = on
(php runs as CGI)
New server is:
Windows Server 2003
IIS
PHP with asp_tags = on
(php runs as isapi)
For some reason, most of our Intranet pages are written in PHP, but use ASP Tags to start the PHP code. <% and %> :queasy:
This works fine on our old server. But the new server ignores all code in the <% %> tags.
Normal <?php ?> and <? ?> tags work fine on both servers.
Is IIS blocking something? I have allowed PHP under Web Service Extensions.
Does anyone have a hint regarding this problem?