-
Posted to
IIS 7 - Troubleshooting
by
robax
on
03-20-2009, 6:17 AM
That's an insane amount of money to be asked to pay up front. I've tried for years to report things to various places at MS.. it's a complete waste of time so I don't do it... only in cases like this thread just in case someone picks it up.
-
Posted to
IIS 7 - Troubleshooting
by
robax
on
03-19-2009, 7:04 PM
I've been surprised that the binding interface in 2008 is still the same tiny little box it has always been. It makes it very difficult to manage lots of bindings. It so obviously needs to, at the very least, be a resizable window so that one can get a better view of the list and find bindings to edit or remove. If anyone working on the ...
-
Posted to
PHP Community
by
robax
on
11-12-2008, 8:23 PM
Has anyone got Zen Cart running on Server 2008 (64bit), MySQL 5, and PHP 5 using FastCGI on IIS 7.0?
I need to find someone who is successfully running Zen Cart or a similar PHP cart with PayPal IPN and who will compare apps and settings with me.
I've been at this for over a month and simply cannot get the cart to correctly show ...
-
Posted to
PHP Community
by
robax
on
11-10-2008, 5:04 AM
This is highly frustrating.
Even though the IPN handler and IPN check both display the right messages after setting fastcgi.logging = 0 in the php.ini, I put a test purchase through and it still didn't work.
I'm really at a loss for any other reasons why the exact same sites work fine in IIS6, but just this Paypal aspect fails on ...
-
Posted to
PHP Community
by
robax
on
11-07-2008, 12:06 AM
I'm graspong at straws, but just on a whim I uncommented fastcgi.logging = 0 in the php.ini after reading trhough random posts and that appears to have resulted in a positive paypal ipn check.
This now returns the correct message:
http://www.stuffonmypet.com/ipn_main_handler.php
As does ...
-
Posted to
IIS7 - Publishing
by
robax
on
11-06-2008, 10:19 PM
Ok I removed it again from the web.config and used that command. That has inserted the line in the application host.config in the same place I tried putting it in manually, but this time it seems to not cause trouble.
...
-
Posted to
IIS7 - Publishing
by
robax
on
11-06-2008, 6:54 AM
Ok I see, there are so many config file everywhere it's hard to know where to look.
That seems to work. I've added it as a new system.webServer section in
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config
Thanks for the clarification Andrew
Regards,
Rob
-
Posted to
PHP Community
by
robax
on
11-05-2008, 10:58 PM
Hello everyone,
I've got a new Server 2008 box and am in the process of transferring all my sites over to it from Server 2003/IIS6. I also have to host some PHP/MySQL carts on the server and am having trouble with a particular item.
This is everything that is installed
Server 2008 Web Edition (x64)
SQL Server 2008 ...
-
Posted to
IIS7 - Publishing
by
robax
on
11-05-2008, 10:30 PM
I've just had my answer.. it's a no. The server didn't like that in the config.
Short of putting a web.config into every single website, is there another way to apply the setting to all sites?
Thanks for any further advice on this,.
Rob
-
Posted to
IIS7 - Publishing
by
robax
on
11-05-2008, 9:16 PM
Thanks for the replies Anil and Andrew
To apply it to all sites on my server, is it appropriate to add that line in applicationhost.config as follows:
.........
<add segment="App_WebReferences" ...