<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'php'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=php&amp;orTags=0</link><description>Search results matching tag 'php'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>HonoGenerate for PHP,ASP,c#,asp.net,Java,jsp,html,javascript,css</title><link>http://forums.iis.net/p/1163219/1927252.aspx#1927252</link><pubDate>Sat, 05 Dec 2009 23:43:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1927252</guid><dc:creator>jhlove</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>&lt;p&gt;&lt;a href="http://www.verebuy.com/html/product/unitedstates/california/sanfrancisco/2009-08/joseph/290.php?pcatid=1103"&gt;http://www.verebuy.com/html/product/unitedstates/california/sanfrancisco/2009-08/joseph/290.php?pcatid=1103&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Basic&amp;nbsp; Description&lt;/p&gt;
&lt;p&gt;1.run cross platform&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;2.integrate with HonoCMS&amp;nbsp; &lt;br /&gt;3.Import table from database&lt;br /&gt;4.suport muti-language &lt;br /&gt;5.suport muti-database&lt;br /&gt;6 auto generate php page and connect database backend code &lt;br /&gt;7 auto generate c#,asp.net page and connect database backend code &lt;br /&gt;8 auto generate asp page and connect database backend code &lt;br /&gt;9 auto generate java,jsp page and connect database backend code &lt;br /&gt;10. auto generate html,javascript,css prototype. &lt;/p&gt;
&lt;p&gt;Function Description&lt;/p&gt;
&lt;p&gt;1.set project location&lt;br /&gt;2.set language like english chiness etc&lt;br /&gt;3.set chartset like gb2312,utf-8,big5 etc&lt;br /&gt;4.set database data source like access,mysql,sql server,oracle etc.&lt;br /&gt;5.add package,delete package&lt;br /&gt;6.import table data from data source&lt;br /&gt;7.add table,delete table&lt;br /&gt;8.add table column,delete table column,edit table column&lt;br /&gt;9.generate list page, add page,edit page&lt;br /&gt;10.list page add,search,next,first,prev,last ,delete,select all function.&lt;br /&gt;11.add page,edit page, textbox,dropdown,textarea,file,editor,radio,checkbox,listbox,password component.&lt;br /&gt;12.define array, the component can get data value from this array.&lt;br /&gt;13.define table,the component can get data value from this table.&lt;/p&gt;</description></item><item><title>CAnnot get php 5 working with iis7 on win2008 (x64)</title><link>http://forums.iis.net/p/1163192/1927149.aspx#1927149</link><pubDate>Fri, 04 Dec 2009 15:42:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1927149</guid><dc:creator>mad_dev1</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>I have used the web platform installer to install the php, cgi was installed when installing iis.
When I browse to my phpinfo page i get a white screen.  If I put some text before my %WINDIR%\system32\inetsrv\appcmd.exe list config /section:fas
tcgi /text:*
CONFIG
  CONFIG.SECTION:&amp;quot;system.webServer/fastCgi&amp;quot;
  path:&amp;quot;MACHINE/WEBROOT/APPHOST&amp;quot;
  overrideMode:&amp;quot;Inherit&amp;quot;
  locked:&amp;quot;false&amp;quot;
  [system.webServer/fastCgi]
    [application]
      fullPath:&amp;quot;C:\Program Files (x86)PHP\php-cgi.exe&amp;quot;
      arguments:&amp;quot;&amp;quot;
      maxInstances:&amp;quot;4&amp;quot;
      idleTimeout:&amp;quot;300&amp;quot;
      activityTimeout:&amp;quot;300&amp;quot;
      requestTimeout:&amp;quot;600&amp;quot;
      instanceMaxRequests:&amp;quot;10000&amp;quot;
      protocol:&amp;quot;NamedPipe&amp;quot;
      queueLength:&amp;quot;1000&amp;quot;
      flushNamedPipe:&amp;quot;false&amp;quot;
      rapidFailsPerMinute:&amp;quot;10&amp;quot;
      [environmentVariables]
        [environmentVariable]
          name:&amp;quot;PHP_FCGI_MAX_REQUESTS&amp;quot;
          value:&amp;quot;10000&amp;quot;
        [environmentVariable]
          name:&amp;quot;PHPRC&amp;quot;
          value:&amp;quot;C:\Program Files (x86)\PHP\&amp;quot;

C:\inetpub\wwwroot&amp;gt;%WINDIR%\system32\inetsrv\appcmd.exe list config /section:han
dlers /text:* | findstr /i PHP
      name:&amp;quot;php_FastCGI&amp;quot;
      path:&amp;quot;*.php&amp;quot;
      scriptProcessor:&amp;quot;C:\Program Files (x86)\php\php-cgi.exe&amp;quot;

C:\inetpub\wwwroot&amp;gt;%windir%\system32\inetsrv\appcmd list config /section:handler
s /text:accessPolicy
Read, Execute, Script

C:\inetpub\wwwroot&amp;gt;%windir%\system32\inetsrv\appcmd list config /section:staticC
ontent | findstr /i /c:&amp;quot;.php&amp;quot;
    


PHP was installed to C:\Program files (x86) by the WPI, I have added to the registry the InFilePath string to point to C;\Program Files (x86)\php

Can anyone advise why fastcgi is not working but the standard cgi is.   This is 5.2.11 php.

Thanks</description></item><item><title>Howto switch from ISAPI to FastCGI PHP on IIS6</title><link>http://forums.iis.net/p/1163084/1926641.aspx#1926641</link><pubDate>Tue, 01 Dec 2009 06:54:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926641</guid><dc:creator>NipponBill</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>I have a Windows 2003 server (SP2) running PHP 4.4.1 as ISAPI. I wanted to try using the Microsoft Web Platform Installer to update PHP, but I heard that it has problems updating setups that run ISAPI. I am assuming that I&amp;#39;ll need to convert to FastCGI first. Are there any guides that might point me in the right direction?</description></item><item><title>PHP Warning</title><link>http://forums.iis.net/p/1162967/1926200.aspx#1926200</link><pubDate>Wed, 25 Nov 2009 20:42:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926200</guid><dc:creator>Cjanuzi</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>Hello, we are migrating our application PHP+Linux+Apache to PHP+IIS7+WS08.
Install and test PHP and is working, but when running our application, we received the error message:&lt;br /&gt;
&lt;hr /&gt;
PHP Warning: Invalid argument supplied for foreach() in C:\inetpub\wwwroot\Web\index.php on line 13&lt;br /&gt;
&lt;hr /&gt;
This is part of the code that we present the error.&lt;br /&gt;
PHP does not understand the path indicated in the code&lt;br /&gt;
Does anybody know any post or site that talks about this problem?&lt;br /&gt;
&lt;hr /&gt; 
header(&amp;quot;P3P: CP=\&amp;quot;CAO PSA OUR\&amp;quot;&amp;quot;);&lt;br /&gt;
Session_start();&lt;br /&gt;
Session_destroy();&lt;br /&gt;
Session_start();&lt;br /&gt;
$data_atual = mktime (0, 0, 0, date(&amp;quot;m&amp;quot;), date(&amp;quot;d&amp;quot;), date(&amp;quot;Y&amp;quot;));&lt;br /&gt;
&lt;b&gt; foreach (glob(&amp;quot;../temp/*&amp;quot;,GLOB_NOCHECK ) as $filename) { &lt;/b&gt; This is the line 13&lt;br /&gt;  
if (file_exists($filename)) {&lt;br /&gt;
$data_arquivo = mktime (0, 0, 0,&lt;br /&gt; date(&amp;#39;m&amp;#39;,filemtime($filename)),date(&amp;#39;d&amp;#39;,filemtime($filename)),date(&amp;#39;Y&amp;#39;,filemtime($filename)));&lt;br /&gt;
if ($data_arquivo &lt;br /&gt;
unlink($filename);&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Thanks!!! (Or Help Me!!!)</description></item><item><title>PHP 5.3.1 released!</title><link>http://forums.iis.net/p/1162873/1925763.aspx#1925763</link><pubDate>Sun, 22 Nov 2009 18:59:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925763</guid><dc:creator>pierrejoye</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;div&gt;
&lt;p&gt;The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Security Enhancements and Fixes in PHP 5.3.1:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added &amp;quot;max_file_uploads&amp;quot; INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.&lt;/li&gt;
&lt;li&gt;Added missing sanity checks around exif processing.&lt;/li&gt;
&lt;li&gt;Fixed a safe_mode bypass in tempnam().&lt;/li&gt;
&lt;li&gt;Fixed a open_basedir bypass in posix_mkfifo().&lt;/li&gt;
&lt;li&gt;Fixed failing safe_mode_include_dir.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Further details about the PHP 5.3.1 release can be found in the &lt;a href="http://www.php.net/releases/5_3_1.php"&gt;release announcement&lt;/a&gt;, and the full list of changes are available in the &lt;a href="http://www.php.net/ChangeLog-5.php#5.3.1"&gt;ChangeLog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The OpenSSL library has been updated to 0.9.8l, which fixes important bugs fixes (see the OpenSSL &lt;a&gt;website&lt;/a&gt; for details.&lt;/p&gt;&lt;/div&gt;</description></item><item><title>Messed up header redirects (SEO)</title><link>http://forums.iis.net/p/1162746/1925224.aspx#1925224</link><pubDate>Wed, 18 Nov 2009 10:01:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925224</guid><dc:creator>ristodesign</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Must be a known issue, but didn&amp;#39;t find any solution to my problem yet.&lt;br /&gt;&lt;br /&gt;For months Google was not redirecting or reindexing my content correctly and FINALLY I found out that FastCGI on my IIS6 (W2003) is wrongly sending other PHP header redirects then I actually do.&lt;br /&gt;&lt;br /&gt;Like a 301 turns into 302 and&amp;nbsp;I need to display a custom 404 to not mess up the header for the googlebot.&lt;br /&gt;&lt;br /&gt;Is there any solution, I rather not go back to ISAPI.&lt;br /&gt;&lt;br /&gt;Thanks in advance!&lt;/p&gt;</description></item><item><title>PHP prompts to download file</title><link>http://forums.iis.net/p/1162689/1924969.aspx#1924969</link><pubDate>Mon, 16 Nov 2009 20:50:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924969</guid><dc:creator>AntiAlias</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;I used WPI to install PHP and it didn&amp;#39;t go smooth. I&amp;#39;ve read and implemented everything written in this forum and the blogs about PHP installation. Unfortunately, something still remains amiss. &lt;/p&gt;&lt;p&gt;When I run anypage.php in any browser, I am prompted to download the file.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve seen this behaviour before and discovered that poorly written code was the culprit, but this page:&lt;/p&gt;&lt;p&gt;&amp;lt;?php&lt;br /&gt;echo &amp;#39;This is my first PHP program&amp;#39;;&lt;br /&gt;?&amp;gt;&lt;/p&gt;&lt;p&gt;Is written perfect, so that&amp;#39;s not the problem. Anybody experience this issue?&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;ve been working on getting this pHp installation working for four days now. Arrgh!!!! &lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;AntiAlias &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;div id="seolinx-tooltip" style="margin:0pt;padding:0pt;display:none;opacity:0.9;position:absolute;width:auto;z-index:99999;"&gt;&lt;table style="border:0pt none;margin:0pt;padding:0pt;border-collapse:separate;width:auto;"&gt;&lt;tr&gt;&lt;td id="seolinx-table" style="border:0pt none;margin:1px;padding:0pt;font-family:Tahoma;font-size:11px;font-weight:bold;"&gt;&lt;div style="margin:0pt;padding:0pt;overflow:auto;width:auto;"&gt;&lt;table id="seolinx-paramtable" style="border:1px solid gray;margin:0pt;border-collapse:separate;"&gt;&lt;tr&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://toolbarqueries.google.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;PR: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google pagerank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.google.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;I: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google index"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.google.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;L: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google links"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://siteexplorer.search.yahoo.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;LD: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Yahoo linkdomain"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.bing.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;I: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Bing index"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Sitemap.xml"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;Rank: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush Rank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;Traffic: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush SE Traffic"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;Price: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush SE Traffic price"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://siteanalytics.compete.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;C: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Compete Rank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style="border:0pt none;margin:0pt;padding:1px;cursor:pointer;vertical-align:middle;width:auto;" id="seolinx-tooltip-close"&gt;&lt;img alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description></item><item><title>404 errors from \bin directory files after 2k3r2 sp2 and various security patches installed</title><link>http://forums.iis.net/p/1162618/1924669.aspx#1924669</link><pubDate>Fri, 13 Nov 2009 18:43:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924669</guid><dc:creator>daniel.gaddis</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;font face="Courier New"&gt;I am now getting 404 errors from \bin directory files after 2k3r2 sp2 and various security patches were installed.&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;I have multiple w2k3 servers running iis6 with FastCGI 1.5 (x86) RC, and php-5.2.9-2-nts-Win32&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;Although I do not run asp.net code (the asp.net framework is installed on the server), the servers that were updated now have the following iis isapi filter enabled:&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;ASP.NET_2.0.50727.0&lt;/font&gt;&lt;font face="Courier New"&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll&lt;/font&gt;&lt;font face="Courier New"&gt;low&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;I found/copied the following from http://technet.microsoft.com/en-us/library/cc782952(WS.10).aspx&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;blockquote&gt;&lt;font face="Courier New"&gt;Important&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;If you install ASP.NET with IIS 6.0, structure the content of your Web site so that requests for Web site content do not need to contain /bin in the request URL. As a security measure, ASP .NET returns a 404 error for all requests containing /bin in the requested URL.&lt;/font&gt;&lt;/blockquote&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;strong&gt;Can anyone tell me if there is any other benefit/effect to having the ASP.NET_2.0.50727.0 isapi filter enabled that applies to non asp.net pages besides the above mentioned /bin restriction?&lt;/strong&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;We are trying to decide between just removing the ASP.NET_2.0.50727.0 isapi filter or keeping it and renaming the /bin directory and changing the corresponding code.&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;Any references to ASP.NET_2.0.50727.0 isapi filter specifics applicable to non asp.net requests would be appreciated.&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;If an iis 5.x &amp;amp; 6.0 General, Extensibility, or ASP.NET Administration forum would be a better place to post this, I do that too. &lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;Thanks,&lt;/font&gt;&lt;font face="Courier New"&gt;Daniel&lt;/font&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>PHP installed, is there, but still not working in Browser...</title><link>http://forums.iis.net/p/1162616/1924666.aspx#1924666</link><pubDate>Fri, 13 Nov 2009 18:28:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924666</guid><dc:creator>cooldaddysquid</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m a newbie at all of this - running&amp;nbsp; a server and such; however, I&amp;#39;m not new to programming. &lt;/p&gt;
&lt;p&gt;I installed IIS and PHP using the WPI from MS, and am still not getting PHP files to open up in my browser. I&amp;#39;m running Windows XP SP3.&lt;/p&gt;
&lt;p&gt;Yes, Fastcgi.ini has been set up; yes, I set index.php to be a home page. When I go to the command prompt and type in c:\Program Files\PHP\php -info I get all kinds of variables and their values. However, my browser will not interpret a PHP file - it just shows me the code. I&amp;#39;ve been trying to get this running for 3 days now. What else can I look at to get PHP running?&lt;/p&gt;</description></item><item><title>404 with PHP fiiles IIS 6</title><link>http://forums.iis.net/p/1162564/1924367.aspx#1924367</link><pubDate>Thu, 12 Nov 2009 00:00:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924367</guid><dc:creator>Darkwater23</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I have a virtual server setup running W2K3. I installed PHP5 via the WPI from php.iis.net. PHP works fine for the default website.&lt;/p&gt;&lt;p&gt;However, when I create new websites, PHP files return a 404. I originally thought it was a MIME Type issue, so I added PHP as text/html, but that didn&amp;#39;t fix the issue.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve looked at the FastCGI ini file and PHP&amp;#39;s INI file, but I don&amp;#39;t see anything amiss. What could be different between a default site and a new site?&lt;/p&gt;&lt;p&gt;Thanks! &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>