Hi!
I tried three different Versions off iisfcgi.dll already. If I access the phpinfo.php from my computer in the office I get no response and following error in windows application error log of the server:
<Event
xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<Provider Name="Application Error"
/>
<EventID
Qualifiers="0">1000</EventID>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-03-10T12:34:49.000Z" />
<EventRecordID>4220</EventRecordID>
<Channel>Application</Channel>
<Computer>SERVERNAME</Computer>
</System>
<Data>7.0.6001.18000</Data>
<Data>7.0.6001.22365</Data>
<Data>01c9a17c97aed66d</Data>
</EventData>
</Event>
I'm using IIS7 on Windows 2008 Server x64 and PHP 5.2.8
On all other machines I tried, it works fine, from another server in our office, from the homeoffice, from the same machine, when I connect to a different network per VPN. I'm all out of clues, maybe you can tell me something that I can do to find out what the problem might be. Google was no help at all.
TIA