-
Posted to
General
by
ksingla
on
29 minutes ago
What steps you took to enable/disable custom errors for the folder? If there is a web.config file in the folder for which you enabled basic auth and custom errors, can you paste that?
Thanks,
Kanwal
-
Posted to
IIS 7 - ASP.NET Administration
by
ksingla
on
11-16-2009, 8:28 PM
Try suggestions in this thread.
Thanks,
Kanwal
-
Posted to
FastCGI Handler
by
ksingla
on
11-16-2009, 8:23 PM
Can you try setting ResponseBufferLimit to 0 in fcgiext.ini? This will disable response buffering. Read more about this setting here.
Thanks,
Kanwal
-
Posted to
Windows Cache Extension for PHP
by
ksingla
on
11-12-2009, 3:41 PM
Hi emoore33,
We are very close to our RTW release date. If you are willing to try out a private build and see if it solves your problem, pls email me at ksingla [at] microsoft [dot] com and I can send you that.
Thanks,
Kanwal
-
Posted to
IIS 7 - FastCGI Module
by
ksingla
on
11-12-2009, 3:39 PM
Are you running PHP 5.3? There was a bug in PHP 5.3 (http://bugs.php.net/bug.php?id=48754) which could cause an AV while executing mysql_close. See if you are running into this.
-
Posted to
Web Platform Installer
by
ksingla
on
11-12-2009, 12:04 PM
Regarding PHP 5.3 TS version availability, we will be offereing PHP 5.3 NTS through WebPI in future but there are no plans to offer a TS version. AFAIK, PHP 5.3 doesn't even come with an ISAPI sapi. NTS version is what you should use with FastCGI.
Thanks,
Kanwal
-
Posted to
PHP Community
by
ksingla
on
11-12-2009, 11:52 AM
I think php script map got added for default website only and new site doesn't have script map for php extension. You can either add the script map to new site or can remove the script map for default web site and add it globally so that script map is available for all sites. See "create script mappings" section in this article ...
-
Posted to
IIS7 - General
by
ksingla
on
11-12-2009, 11:37 AM
I understand these are static files. Static handler in IIS returns a 404 if a mimeMap is not present for the file and since you have extension less files, you need to add a mimeMap for fileExtension="*". Follow steps here to add the mimeMap.
Thanks,
Kanwal
-
Posted to
PHP Community
by
ksingla
on
11-12-2009, 11:23 AM
Use FastCGI with NTS PHP and throw in wincache which is in RC stage right now. RTW version will be available soon.
-
Posted to
PHP Community
by
ksingla
on
11-12-2009, 11:08 AM
See if this article is what you need. You can also use Web Platform Installer which can do everything for you. Learn more about it here.