<?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>PHP Community</title><link>http://forums.iis.net/1102.aspx</link><description>A forum for the PHP community running on IIS</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS7/php striping back slashes</title><link>http://forums.iis.net/thread/1925620.aspx</link><pubDate>Fri, 20 Nov 2009 16:50:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925620</guid><dc:creator>ccx138</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1925620.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1925620</wfw:commentRss><description>&lt;p&gt;We have an installation of IIS7 running php 5.2.11 that is automatically striping black slashes out of text box input fields.&amp;nbsp; This is causing several issues as we are running Moodle on the server and some of the text fields need to have back slashes, if we put two backslashes in the first one acts as an escape character for the other but when we go back to edit the text again the double slashes have been reduced down to one, if the tutor then saves the text we end up no slashes.&lt;/p&gt;
&lt;p&gt;If we run the same moodle code on the same server but use Apache as the web server the slashes do not get removed.&lt;/p&gt;
&lt;p&gt;Is this a feature of IIS7 that can be turned off?&lt;/p&gt;</description></item><item><title>PHP won't work after I followed the install and configure instructions</title><link>http://forums.iis.net/thread/1923120.aspx</link><pubDate>Mon, 02 Nov 2009 18:56:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923120</guid><dc:creator>calebrogers</dc:creator><slash:comments>17</slash:comments><comments>http://forums.iis.net/thread/1923120.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1923120</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am trying to get PHP installed and running on a windows server (2003), and it&amp;#39;s just not working. I downloaded the latest PHP windows installer from windows.php.net, and then installed the FastCGI module for IIS from iis.net. I followed the straight-forward instructions in the learn section, and everything went through without a problem. I visually verified the settings, and saw that php is now a valid extension for the web server. However, after restarting IIS, I can&amp;#39;t get a php page to load.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;I just write a simple phpinfo() file called test.php and placed it in an existing ASP.Net website. You can try here: http://www.vuewireless.com/test.php and see that absolutely nothing interesting happens.&lt;/p&gt;&lt;p&gt;If I followed the instructions, and then visually verified the settings in IIS, why won&amp;#39;t it work?&amp;nbsp;&lt;/p&gt;&lt;p&gt;Note: I&amp;#39;m a PHP developer for the Linux platform, so I&amp;#39;ve never done this before. That being said, I don&amp;#39;t see any reason why the straight-forward instructions didn&amp;#39;t produce the desired result. Any help/advice would be appreciated.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Caleb&lt;br /&gt;&lt;/p&gt;</description></item><item><title>PHP 5.2.8 and Fast CGI configuration issue</title><link>http://forums.iis.net/thread/1892197.aspx</link><pubDate>Tue, 03 Feb 2009 22:31:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892197</guid><dc:creator>jaminxz</dc:creator><slash:comments>15</slash:comments><comments>http://forums.iis.net/thread/1892197.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1892197</wfw:commentRss><description>&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am trying to configure IIS so that I can build PHP applications on my local vista home premium 64 machine for a project. I have been following this guide: &lt;a href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/" title="Guide" target="_blank"&gt;http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/ &lt;/a&gt;but am stuck on the Configure IIS 7.0 to Handle PHP Requests section &amp;gt; then configure by using command line. &lt;/p&gt;&lt;p&gt;&amp;nbsp;The first line executes no problem, but the second line to create the handler mapping, which is:&lt;/p&gt;&lt;p&gt; C:\&amp;gt;%windir%\system32\inetsrv\appcmd set config
/section:system.webServer/handlers
/+[name=&amp;#39;PHP_via_FastCGI&amp;#39;,path=&amp;#39;*.php&amp;#39;,verb=&amp;#39;*&amp;#39;,modules=&amp;#39;FastCgiModule&amp;#39;,scriptProcessor=&amp;#39;c:\{php_folder}\php-cgi.exe&amp;#39;,resourceType=&amp;#39;Unspecified&amp;#39;]&amp;nbsp; &lt;/p&gt;&lt;p&gt;returns the following error:&lt;/p&gt;&lt;p&gt; Unknown config section system.webServer/handlers
/+[name=&amp;#39;PHP_via_FastCGI&amp;#39;,path=&amp;#39;*.php&amp;#39;,verb=&amp;#39;*&amp;#39;,modules=&amp;#39;FastCgiModule&amp;#39;,scriptProcessor=&amp;#39;c:\{php_folder}\php-cgi.exe&amp;#39;,resourceType=&amp;#39;Unspecified&amp;#39;]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Im really stupmed, im pretty sure its not a typo on the php install path so im not sure what it could be. On a possibly unrelated note&amp;nbsp; i did try to install the following update:&lt;a href="http://forums.iis.net/t/1151379.aspx"&gt;http://forums.iis.net/t/1151379.aspx&amp;nbsp; &lt;/a&gt;but i got an error message saying &amp;quot;This update does not apply to your system&amp;quot;. I deffinitely have IIS7 installed and im confident php is installed fine. It also might be worth mentioning that I am running web developer express 2008 and sql lite 2008 for other projects i&amp;#39;m working on.&amp;nbsp; Any help would be greatly appreciated.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>problem with executing php file after installing with WPI</title><link>http://forums.iis.net/thread/1923469.aspx</link><pubDate>Thu, 05 Nov 2009 07:57:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923469</guid><dc:creator>letterchair</dc:creator><slash:comments>18</slash:comments><comments>http://forums.iis.net/thread/1923469.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1923469</wfw:commentRss><description>&lt;p&gt;PHP installed successfully with WPI. The php file run on the command prompt (cmd). However, when I try to run any php file (&amp;lt;?php phpinfo(); ?&amp;gt;) in the browser, nothing happen. It dosen&amp;#39;t look it the my webserver is able to execute the PHP file. &amp;nbsp;If I have the php tag inside of the html, all the html stuff work, but not the php stuff. &amp;nbsp;One note to make is my webserver folder is not in the default folder. I use c:\website (rather than c:\inetpub\) to store all my asp.net, html file. So do I have to specify the path in the php.ini in order for the php file to work. Thank you in advance for your help.&amp;nbsp; Thank you&lt;/p&gt;</description></item><item><title>PHP prompts to download file</title><link>http://forums.iis.net/thread/1924969.aspx</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><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1924969.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924969</wfw:commentRss><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>php shell commands - nothing happens! access denied</title><link>http://forums.iis.net/thread/1924444.aspx</link><pubDate>Thu, 12 Nov 2009 12:46:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924444</guid><dc:creator>ashortt</dc:creator><slash:comments>10</slash:comments><comments>http://forums.iis.net/thread/1924444.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924444</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks in advance for any help.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve a PHP script that tries to launch a seperate application (a GAMS program). The GAMS program (located at C:\GAMS\something.gms)&amp;nbsp;reads several input files from &amp;#39;C:\GAMS\inputs\&amp;#39;, executes, and then writes&amp;nbsp;an output file to &amp;#39;C:\GAMS\outputs\results.out&amp;#39;. In the process of executing, the GAMS program creates a few files in the same directory as the program (C:\GAMS)&lt;/p&gt;
&lt;p&gt;This is the entire php script:&lt;/p&gt;
&lt;p&gt;&amp;lt;?php&lt;br /&gt;$output = `gams c:\GAMS\something.gms idir C:\GAMS\inputs Wdir=C:\GAMS`;&lt;br /&gt;echo &amp;quot;output = &amp;quot; . $output;&lt;br /&gt;?&amp;gt;&lt;/p&gt;
&lt;p&gt;When I run this, all I get back is:&lt;/p&gt;
&lt;p&gt;output =&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In process monitor, 4 &amp;quot;ACCESS DENIED&amp;quot; entries appear:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;2 worker process (w3wp.exe) and 2 php-cgi.exe entries.&lt;/p&gt;
&lt;p&gt;All of the ACCESS DENIED entries pertain to the &amp;quot;NT AUTHORITY\NETWORK SERVICE&amp;quot; user.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve given (read&amp;amp;execture, read) permissions to this user for cmd.exe&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve given full control to this user for &amp;#39;C:\GAMS&amp;#39;, &amp;#39;C:\GAMS\inputs&amp;#39;, &amp;#39;C:\GAMS\outputs&amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What could be the problem here?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks again for any assistance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>any command to run an application(exe) on the server!!</title><link>http://forums.iis.net/thread/1925293.aspx</link><pubDate>Wed, 18 Nov 2009 20:04:09 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925293</guid><dc:creator>gvardan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1925293.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1925293</wfw:commentRss><description>&lt;p&gt;This might be a stupid question. &lt;/p&gt;&lt;p&gt;I&amp;#39;m Just wondering whether is there any way in php to make the server(IIS 6) run an application(like the ones made in AutoIT) in the background and do some automatic tasks..&lt;/p&gt;&lt;p&gt;I tried exec, and system syntaxes, NO luck yet.. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Php help</title><link>http://forums.iis.net/thread/1924366.aspx</link><pubDate>Wed, 11 Nov 2009 23:52:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924366</guid><dc:creator>phpforfun</dc:creator><slash:comments>14</slash:comments><comments>http://forums.iis.net/thread/1924366.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924366</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am beginning with php and am having problems exectuing my code. From the beginning:&lt;/p&gt;
&lt;p&gt;I created a &amp;quot;test.php&amp;quot; file and saved it to my systems &amp;quot;C:\Inetpub\wwwroot&amp;quot; folder. I then opened a browser session (IE7) and typed &amp;quot;&lt;a href="http://localhost/test.php"&gt;http://localhost/test.php&lt;/a&gt;&amp;quot; in the address bar hoping to see my php-enabled page. The result was error HTTP 404.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;In my file I was making a call to the phpinfo() function.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Can someone please assist me with my error?&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>XP 64 bit IIS FastCGI PHP EXEC and the command, Shutdown</title><link>http://forums.iis.net/thread/1925154.aspx</link><pubDate>Wed, 18 Nov 2009 00:45:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925154</guid><dc:creator>jonathanfuld</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1925154.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1925154</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;According to &lt;/p&gt;&lt;p&gt;http://blogs.msdn.com/david.wang/archive/2006/04/28/HOWTO-Run-Console-Applications-from-IIS6-on-Windows-Server-2003-Part-2.aspx?CommentPosted=true#commentmessage&lt;/p&gt;&lt;p&gt;Once&amp;nbsp; you set up the permissions, acl&amp;#39;s or identities under IIS all the OS commands you need to issue under the php verb, exec, will run appropriately.&amp;nbsp; And they do, except for shutdown.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Does anyone within the MS or IIS community know what security set-up shutdown needs?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div id="refHTML"&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/thread/1924669.aspx</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><slash:comments>6</slash:comments><comments>http://forums.iis.net/thread/1924669.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924669</wfw:commentRss><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>Impossible to activate extension=php_mssql.dll</title><link>http://forums.iis.net/thread/1918336.aspx</link><pubDate>Fri, 25 Sep 2009 17:39:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1918336</guid><dc:creator>Bartsimpson</dc:creator><slash:comments>10</slash:comments><comments>http://forums.iis.net/thread/1918336.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1918336</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi everyone,&lt;/p&gt;&lt;p&gt;I&amp;#39;m in big trouble and hopping someone will help me. I&amp;#39;ve installed php5 on Windows Server 2008, using fastCGI mode, not ISAPI.&lt;/p&gt;&lt;p&gt;Everything runs correctly and I&amp;#39;m able to display a correct phpInfo in a php page. BUT, when I try to activate&amp;nbsp; php_mssql.dll removing the &amp;quot;;&amp;quot; before in php.ini file, evrything goes wrong. Evry php page, even the phpinfo one, turns into &lt;br /&gt;&lt;/p&gt;&lt;h2&gt;HTTP 500.0 - Internal Server Error&lt;/h2&gt;&lt;p&gt;The&amp;nbsp; extension_dir = &amp;quot;c:\php\ext&amp;quot; is correct, and the php_mssql.dll file is in. &lt;/p&gt;&lt;p&gt;When I try to activate another extension (for exemple&amp;nbsp; mysql, it works !).&lt;/p&gt;&lt;p&gt;HELP HELP HELP !!! :)&lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>PHP5.3 on IIS6 with MySQL</title><link>http://forums.iis.net/thread/1924278.aspx</link><pubDate>Wed, 11 Nov 2009 16:10:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924278</guid><dc:creator>altjx</dc:creator><slash:comments>25</slash:comments><comments>http://forums.iis.net/thread/1924278.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924278</wfw:commentRss><description>&lt;p&gt;Hello. I am trying to set up a forum but I am trying to get the basics first.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m having&amp;nbsp;a problem setting up PHP 5.3 on IIS6. All of the guides are still older than 5.3 and shows a &amp;quot;php5isapi.dll&amp;quot; file that doesn&amp;#39;t come with 5.3. I can&amp;#39;t find an updated guide to help me set up PHP 5.3 with IIS6 on server 2003..&lt;/p&gt;
&lt;p&gt;I&amp;#39;m in a big need of help :(. Can someone please point me in the right direction?&lt;br /&gt;I think I have MySQL set up correctly because I can connect to it in Navicat. When I was setting up PHPBB earlier, i got errors about the microsoft OBDDC driver or something and someone said that PHP wasn&amp;#39;t configured correctly. So now I&amp;#39;m starting over and can&amp;#39;t remember where I found working instructions =\&lt;/p&gt;</description></item><item><title>PHP installed, is there, but still not working in Browser...</title><link>http://forums.iis.net/thread/1924666.aspx</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><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1924666.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924666</wfw:commentRss><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>suggestions to optimize to run a joomla 1.5.14 website</title><link>http://forums.iis.net/thread/1924453.aspx</link><pubDate>Thu, 12 Nov 2009 14:17:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924453</guid><dc:creator>treybraid</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1924453.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924453</wfw:commentRss><description>&lt;p&gt;ive got the backend of joomla optimized... can someone offer some suggestions to optimize the iis 6 server... a checklist would be great...i know kinda vague--- any help would be greatly appreciated...&lt;/p&gt;&lt;ul&gt;&lt;li&gt;joomla 1.5.14&lt;/li&gt;&lt;li&gt;php 5.2.11&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p&gt;trey &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IUSR Permissions and Win2003 + II6 + PHP 5.2.10</title><link>http://forums.iis.net/thread/1924355.aspx</link><pubDate>Wed, 11 Nov 2009 21:40:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924355</guid><dc:creator>be3ch</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1924355.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924355</wfw:commentRss><description>&lt;p&gt;Hello,&lt;br /&gt;I have one question about PHP 5.2.10 on IIS.&lt;br /&gt;On Windows 2003, IIS6 and FastCGI need PHP TS
version for IUSR (iis website user) only READ permissions on webroot
directory. With READ permissions woks very well. PHP Non-TS need for IUSR READ+EXECUTE permissions. Without
EXECUTE permissions doesn&amp;#39;t work PHP Non-TS correctly ( include files doesn&amp;#39;t work ). Do anybody know why? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thank you for your answer.&lt;/p&gt;PS: I apologize for my English ;-) </description></item><item><title>404 with PHP fiiles IIS 6</title><link>http://forums.iis.net/thread/1924367.aspx</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><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1924367.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1924367</wfw:commentRss><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><item><title>PHP on IIS7.5</title><link>http://forums.iis.net/thread/1923993.aspx</link><pubDate>Mon, 09 Nov 2009 23:57:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923993</guid><dc:creator>festuc</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1923993.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1923993</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there any tutorial on how install and configure php in IIS7.5 ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks.&lt;/p&gt;</description></item><item><title>header ('Location: '); don't work</title><link>http://forums.iis.net/thread/1922642.aspx</link><pubDate>Thu, 29 Oct 2009 11:24:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922642</guid><dc:creator>lestatminiyo</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1922642.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1922642</wfw:commentRss><description>header (&amp;#39;Location: /&amp;#39;);

with apache works...
with IIS, appears 404 error</description></item><item><title>Can't get phpMyAdmin to work on Server 2008 R2</title><link>http://forums.iis.net/thread/1922967.aspx</link><pubDate>Sun, 01 Nov 2009 10:04:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922967</guid><dc:creator>DavidRPotter</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1922967.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1922967</wfw:commentRss><description>&lt;p&gt;I just installed Windows Server 2008 R2 and got IIS fully installed.&amp;nbsp; I installed the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;MySQL 5.1.40 (community)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;PHP 5.3.0&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;phpMyAdmin 3.2.3&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;I created the phpMyAdmin config.inc.php as described on my blog (which I&amp;#39;ve used on several occasions):&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dpotter.net/Technical/2009/03/installing-phpmyadmin-on-windows-and-iis-60/"&gt;http://dpotter.net/Technical/2009/03/installing-phpmyadmin-on-windows-and-iis-60/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am able to navigate to my phpmyadmin URL and I get the login page.&amp;nbsp; However, after waiting about 30 seconds, the following page is displayed:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div id="header"&gt;
&lt;h1&gt;Server Error in Application &amp;quot;DEFAULT WEB SITE/PHPMYADMIN&amp;quot;&lt;/h1&gt;&lt;/div&gt;
&lt;div id="server_version"&gt;
&lt;p&gt;Internet Information Services 7.5&lt;/p&gt;&lt;/div&gt;
&lt;div id="content"&gt;
&lt;div class="content-container"&gt;
Error Summary
&lt;h2&gt;HTTP Error 500.0 - Internal Server Error&lt;/h2&gt;
&lt;h3&gt;The page cannot be displayed because an internal server error has occurred.&lt;/h3&gt; &lt;/div&gt;
&lt;div class="content-container"&gt;
Detailed Error Information
&lt;div id="details-left"&gt;
&lt;table cellspacing="0" cellpadding="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Module&lt;/th&gt;
&lt;td&gt;FastCgiModule&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;td&gt;ExecuteRequestHandler&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Handler&lt;/th&gt;
&lt;td&gt;PHP_via_FastCGI&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Error Code&lt;/th&gt;
&lt;td&gt;0x00000000&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div id="details-right"&gt;
&lt;table cellspacing="0" cellpadding="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Requested URL&lt;/th&gt;
&lt;td&gt;http://localhost:80/phpmyadmin/index.php&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Physical Path&lt;/th&gt;
&lt;td&gt;C:\inetpub\wwwroot\phpMyAdmin\index.php&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Logon Method&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Logon User&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;div class="clear"&gt;&lt;/div&gt;&lt;/div&gt; &lt;/div&gt;
&lt;div class="content-container"&gt;
Most likely causes:
&lt;ul&gt;
&lt;li&gt;IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.&lt;/li&gt;
&lt;li&gt;IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.&lt;/li&gt;
&lt;li&gt;IIS was not able to process configuration for the Web site or application.&lt;/li&gt;
&lt;li&gt;The authenticated user does not have permission to use this DLL.&lt;/li&gt;
&lt;li&gt;The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.&lt;/li&gt;&lt;/ul&gt; &lt;/div&gt;
&lt;div class="content-container"&gt;
Things you can try:
&lt;ul&gt;
&lt;li&gt;Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server&amp;#39;s machine account.&lt;/li&gt;
&lt;li&gt;Check the event logs to see if any additional information was logged.&lt;/li&gt;
&lt;li&gt;Verify the permissions for the DLL.&lt;/li&gt;
&lt;li&gt;Install the .NET Extensibility feature if the request is mapped to a managed handler.&lt;/li&gt;
&lt;li&gt;Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click &lt;a href="http://go.microsoft.com/fwlink/?LinkID=66439"&gt;&lt;strong&gt;&lt;font color="#007eff"&gt;here&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt; &lt;/div&gt;
&lt;div class="content-container"&gt;
Links and More InformationThis error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error. 
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=62293&amp;amp;IIS70Error=500,0,0x00000000,7600"&gt;&lt;strong&gt;&lt;font color="#007eff"&gt;View more information »&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Microsoft Knowledge Base Articles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;294807&lt;/li&gt;&lt;/ul&gt; &lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I&amp;#39;ve been searching the forums for a couple hours now and haven&amp;#39;t found anything that will solve this.&amp;nbsp; Can someone help?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;&lt;strong&gt;&lt;em&gt;David&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>LDAPS with PHP under IIS 6.0</title><link>http://forums.iis.net/thread/1923562.aspx</link><pubDate>Thu, 05 Nov 2009 19:54:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923562</guid><dc:creator>jchertudi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1923562.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1923562</wfw:commentRss><description>&lt;p&gt;Hope this is the right forum here.&lt;/p&gt;&lt;p&gt; We have been trying to get php 5.2.11 to connect to a remote LDAPS server for authentication. This works fine using LDAP (no SSL), but when we try to use ldaps we get a &amp;quot;Can&amp;#39;t contact LDAP server server.com:636&amp;quot;&lt;/p&gt;&lt;p&gt;From this same web server we can use &lt;i&gt;&lt;b&gt;WAB / find &lt;/b&gt;&lt;/i&gt;to contact the LDAPS server, but php-cgi launched via IIS can not connect. I believe it is related to php not trusting the certificate of the remote system. We had to install their certificate locally on the web server before &lt;i&gt;&lt;b&gt;WAB &lt;/b&gt;&lt;/i&gt;would connect, otherwise it too gave the &amp;quot;Can&amp;#39;t contact LDAP server&amp;quot; message. Once we installed the remote cert locally the WAB error went away.&lt;/p&gt;&lt;p&gt;I have tried to specify in computer Environment Variables&lt;/p&gt;&lt;p&gt;LDAPCONF&lt;br /&gt; C:\Inetpub\wwwroot\ldap.conf&lt;br /&gt;In this file I placed only the line &lt;b&gt;TLS_REQCERT never&lt;/b&gt;&lt;/p&gt;&lt;p&gt;I verified with Filemon that php-cgi is reading the ldap.conf file. Still, the issue persists. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>php_http.dll NTS</title><link>http://forums.iis.net/thread/1923488.aspx</link><pubDate>Thu, 05 Nov 2009 11:37:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923488</guid><dc:creator>Olivier Garbe</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923488.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1923488</wfw:commentRss><description>Hello,

Does anybody have a php_http.dll for an PHP -5.2.1 NTS version ?


I can&amp;#39;t find any binary...</description></item><item><title>PHP DOCUMENT ROOT ON IIS</title><link>http://forums.iis.net/thread/1923515.aspx</link><pubDate>Thu, 05 Nov 2009 15:26:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923515</guid><dc:creator>eliasfarah</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923515.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1923515</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have IIS 6 on Windws Server 2003, but the $_SERVER[&amp;quot;DOCUMENT_ROOT&amp;quot;] doesn&amp;#39;t work.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Large temporary files with ODBC</title><link>http://forums.iis.net/thread/1923374.aspx</link><pubDate>Wed, 04 Nov 2009 16:28:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923374</guid><dc:creator>drjay</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1923374.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1923374</wfw:commentRss><description>&lt;p&gt;I really hope someone has run into this, I have been working on it for a while with no luck.&lt;/p&gt;&lt;p&gt;Windows 2003 x64&lt;/p&gt;&lt;p&gt;I&amp;#39;m using ODBC though PHP to query a Filemaker database. It works fine but was extremely slow when retrieving more than a hundred results. I tracked the problem to IIS creating huge temporary files while querying the database. 200 returned rows in 4 columns, about 3 words per column, results in a 1.8gb temporary file.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I captured one of the temporary files and looked inside and it&amp;#39;s almost completely empty. There are thousands of rows of blank space between each result column inside the temp file. I compressed one that was a little over 1gb into 128k. Gives you an idea on how much blank space is in it.&lt;/p&gt;&lt;p&gt;Strange part is if I use any ODBC tool to query the database using the same DSN it doesn&amp;#39;t create a temporary file and access is quick. It&amp;#39;s clearly IIS/PHP creating the temporary files, not the driver, but I can&amp;#39;t make it stop!&lt;/p&gt;&lt;p&gt;&amp;nbsp;Please, any suggestions would be helpful. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>phpmail (again)...permissions error</title><link>http://forums.iis.net/thread/1923077.aspx</link><pubDate>Mon, 02 Nov 2009 14:33:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923077</guid><dc:creator>e1ny</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1923077.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1923077</wfw:commentRss><description>&lt;p&gt;Hi All: I&amp;#39;ve read through a few threads about PHP mail not working on IIS6, and I&amp;#39;m running into the same problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Server2003 Std sp2 / IIS6&lt;/p&gt;
&lt;p&gt;SMTP service configured on default IP, and is working for VBS/.NET webpages.&lt;/p&gt;
&lt;p&gt;PHP.ini has smtp &amp;quot;localhost&amp;quot;, port &amp;quot;25&amp;quot; and &amp;quot;sendmail_from&amp;quot; set to a valid email address&lt;/p&gt;
&lt;p&gt;I explicitly added connections for &amp;quot;localhost&amp;quot;, &amp;quot;127.0.0.1&amp;quot;, and the default IP in the SMTP service properties&lt;/p&gt;
&lt;p&gt;I explicity added &amp;quot;relay&amp;quot; permissions for the same three.&lt;/p&gt;
&lt;p&gt;I still can&amp;#39;t send mail (nothing generated, no SMTP log activity)...are there any permissions I&amp;#39;m missing, or a way to debug what&amp;#39;s failing?&lt;/p&gt;</description></item><item><title>PHP versions compatible with Win 2K?</title><link>http://forums.iis.net/thread/1922815.aspx</link><pubDate>Fri, 30 Oct 2009 16:23:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922815</guid><dc:creator>SMP2000</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1922815.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1922815</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m trying to install PHP onto a Win 2K server with IIS 5.&amp;nbsp; Just wondering if there are any compatibility issues if I install PHP 5.3? &lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>