Anyone using IIS with CMS MS?
Anyone using IIS with CMS MS?
Hi to all. Is there anyone that is using Windows Server and IIS out there, for production environments?
Re: Anyone using IIS with CMS MS?
windows? production environment? haha. you should take that act on the road!




eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: Anyone using IIS with CMS MS?
Just got through installing 0.12-beta2 "Fiji" on IIS 6 with PHP5 and MySQL v4.1.18.
I only had a couple of problems:
* Permissions - The installer does not check all sub-directories explicitly and I had an issue with subdirectories of /tmp (like templates).
* I had to change the way modules were loaded from using the include() function to include_once(). Here is an example error I got:
fatal error: Cannot redeclare class fckeditorx in C:\Inetpub\convention.boilermakers.org\modules\FCKeditorX\FCKeditorX.module.php on line 698
I made the change in /lib/classes/class.module.inc.php in ModuleOperations.LoadModules and so far it has worked fine.
I only had a couple of problems:
* Permissions - The installer does not check all sub-directories explicitly and I had an issue with subdirectories of /tmp (like templates).
* I had to change the way modules were loaded from using the include() function to include_once(). Here is an example error I got:
fatal error: Cannot redeclare class fckeditorx in C:\Inetpub\convention.boilermakers.org\modules\FCKeditorX\FCKeditorX.module.php on line 698
I made the change in /lib/classes/class.module.inc.php in ModuleOperations.LoadModules and so far it has worked fine.