-
Posted to
Web Platform Installer
by
Gregory Storme
on
10-06-2008, 1:19 PM
Yes but it is installed, and in the list of installed programs.
Just wanted to report this... it's no issue for me, all is installed successfully.
-
Posted to
Web Platform Installer
by
Gregory Storme
on
10-06-2008, 12:13 PM
Hi,
It would be a nice feature to have the possibility to load a configuration file which contains the components you want to download/install, so you don't have to select them manually on each server. Through gui and/or cli.
-
Posted to
Web Platform Installer
by
Gregory Storme
on
10-06-2008, 10:41 AM
Hi,
I did an installation using the web platform installer beta on windows server 2008 x86, all components were installed successfully, but the installation summary has "install failed" at the bottom.
-
Posted to
IIS7 - General
by
Gregory Storme
on
08-21-2008, 10:28 AM
Hi,
I'm using the iis7 golive provisioning service build 2007.10.19.
The CreateFTP function returns this error upon creating a new ftp site using these services:
FaultException<HostingServiceException>: Hosting service fault while doing CreateFtpSite. Error: Invalid index. (Exception from HRESULT: 0x80070585)
Does anyone know what ...
-
Posted to
ASP.NET Administration
by
Gregory Storme
on
01-08-2008, 6:12 PM
I have the problem described on http://support.microsoft.com/kb/923100 on a windows 2003 / iis6 server when installing .net 2.0 sp1.
There are about 350 sites hosted on this server, some are configured for .net 1.1, some for .net 2.0.
If I remove every .net framework on the server, like described in the kb article, run the cleanup tool, ...
-
Posted to
PHP Community
by
Gregory Storme
on
11-23-2007, 10:14 AM
well as i said in my last post, i changed fcgiext.dll to be the 32bit version in web extension config, and application extension config, that made it work for me
but i find it weird that the 64bit didn't work when this is a x64 server with the x64 fastcgi version installed...
-
Posted to
PHP Community
by
Gregory Storme
on
11-22-2007, 9:07 AM
I have re-enabled the 32bit version of fcgiext.dll in the web service extension FastCGI Handler, and in home directory -> configuration i changed the .php application extension to the 32bit version of fcgiext.dll too, this last one was set to the 64bit version.
Is this the normal way on a x64 server? I thought by installing the 64bit version I ...
-
Posted to
PHP Community
by
Gregory Storme
on
11-22-2007, 8:46 AM
Hi,
I installed FastCGI x64 1.0.0 on Windows 2003 Datacenter x64 SP1.
I have downloaded the latest stable php5 non threaded zip package from php.net, and added c:\php to path.
When I surf to http://localhost/phpinfo.php I get the error "the page cannot be found".
In IIS web service extension, i noticed that the FastCGI Handler ...