<?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>Troubleshooting</title><link>http://forums.iis.net/1039.aspx</link><description>Forum targeting resolving issues on the IIS platform including tools such as DebugDiag, WFetch, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: New Setup - IIS6 + XP Pro x64 - Blank pages in FF, 404 in IE</title><link>http://forums.iis.net/thread/1907597.aspx</link><pubDate>Thu, 18 Jun 2009 23:52:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907597</guid><dc:creator>Iv00w</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907597.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1907597</wfw:commentRss><description>&lt;p&gt;I came back to the point where I had the error &amp;quot;%1 is not a win32 application&amp;quot;. Luckily, a teacher at my school knew it to be an error caused by IIS running as 32bit, and PHP as 64bit.&lt;/p&gt;&lt;p&gt;It was fixed quickly.&lt;/p&gt;&lt;p&gt;Thanks for all your help! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: New Setup - IIS6 + XP Pro x64 - Blank pages in FF, 404 in IE</title><link>http://forums.iis.net/thread/1907588.aspx</link><pubDate>Thu, 18 Jun 2009 23:23:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907588</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907588.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1907588</wfw:commentRss><description>&lt;p&gt;Please roll back all changes you made yesterday. I don&amp;#39;t think those changes are for this problem.&lt;/p&gt;&lt;p&gt;Officially we provide FastCGI for PHP for IIS 6,&lt;/p&gt;&lt;p&gt;http://www.iis.net/extensions/FastCGI&lt;/p&gt;&lt;p&gt;So you can follow ITS GUIDE to enable PHP support on IIS. Please simply ignore other guides you found on the Internet if they don&amp;#39;t provide you any support. &lt;/p&gt;&lt;p&gt;Besides, we have a forum here dedicated to FastCGI questions, and I think you can get more help from it,&lt;/p&gt;&lt;p&gt;http://forums.iis.net/1103.aspx&lt;/p&gt;</description></item><item><title>Re: New Setup - IIS6 + XP Pro x64 - Blank pages in FF, 404 in IE</title><link>http://forums.iis.net/thread/1907484.aspx</link><pubDate>Thu, 18 Jun 2009 11:47:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907484</guid><dc:creator>Iv00w</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907484.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1907484</wfw:commentRss><description>&lt;p&gt;Okay, I tried it again today. Here are all of my exact steps:&lt;/p&gt;&lt;p&gt;I cleaned my PC from PHP, IIS en Apache and anything similar.&lt;br /&gt;I then made sure that no other application was attempting to use port 80, but I&amp;#39;m not sure if I succeeded here. Either way, I couldn&amp;#39;t find any.&lt;br /&gt;Installed IIS from the Windows CD now.&lt;br /&gt;Checked to made sure that both &amp;quot;IIS Admin Service&amp;quot; and &amp;quot;World Wide Web Publishing Service&amp;quot; were running. Both were on automatic and had started.&lt;/p&gt;&lt;p&gt;At this point, HTML pages are working in both Internet Explorer and FireFox. &lt;/p&gt;&lt;p&gt;I then proceeded to install PHP. Downloaded the package, extracted in to C:\php. Copied ini-recommended to C:\Windows\php.ini and &amp;#39;php5ts.dll&amp;#39; to C:\Windows\System32.&lt;br /&gt;Then I added an ISAPI filter on my default website, namely &amp;#39;php5isapi.dll&amp;#39;, as &amp;#39;.php&amp;#39;.&lt;br /&gt;I restarted my website and noticed that it said &amp;#39;Not Loaded&amp;#39;. Obviously, PHP wasn&amp;#39;t working.&lt;br /&gt;I continued to following my guide and added &amp;#39;php5isapi.dll&amp;#39; as &amp;#39;.php&amp;#39; under Home Directy &amp;gt; Configuration as well.&lt;br /&gt;Also, I added &amp;#39;default.php&amp;#39; under Documents.&lt;/p&gt;&lt;p&gt;HTML is still working in both browsers, PHP is producing a 404 (probably because of it not being loaded, still.) &lt;/p&gt;&lt;p&gt;&amp;nbsp;Finally I added &amp;#39;php5isapi.dll&amp;#39; to Web Service Extensions, setting it to &amp;#39;Allowed&amp;#39;.&lt;/p&gt;&lt;p&gt;Now, HTML is still working, however, PHP is no longer producing a 404 error. It&amp;#39;s still Not Loaded, however, I got the error message &amp;#39;%1 is not a valid Win32 application.&amp;#39;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;After googling, found the solution to be to add quotation marks around the service that produced the error.&lt;br /&gt;Unsure which service was producing the error, I checked the following and added quotation marks:&lt;br /&gt;- IISADMIN&lt;br /&gt;- World Wide Web Publishing Service&lt;br /&gt;&lt;br /&gt;Strangely, I couldn&amp;#39;t find the 2nd one in my registry.&lt;br /&gt;I checked my Services again and found that both IIS Admin and WWWPS were both on automatic and currently running.&lt;br /&gt;&lt;br /&gt;Searching some more, I found this solution:&lt;br /&gt;Run the following commands in CMD, enabling ASP.NET 2.0 64-bit version&lt;br /&gt;cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0&lt;br /&gt;%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i &lt;br /&gt;Then Allow ASP in IIS Web Service Extension list.&lt;/p&gt;&lt;p&gt;This set my back to my first problem - the 404 error in my first post.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m very confused now, hopefully this description of my steps sheds some light on the issue.&lt;br /&gt;&lt;br /&gt;Thanks again in advance!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: New Setup - IIS6 + XP Pro x64 - Blank pages in FF, 404 in IE</title><link>http://forums.iis.net/thread/1907441.aspx</link><pubDate>Thu, 18 Jun 2009 02:05:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907441</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907441.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1907441</wfw:commentRss><description>&lt;p&gt;When you set up IIS 6 on this x64 XP machine, is there any other applications on it can listen to port 80?&lt;/p&gt;
&lt;p&gt;Also after installation of IIS, you need to check if all the services of IIS (such as www) are running correctly.&lt;/p&gt;
&lt;p&gt;Only if all above checks are passed, you can move on to check IIS settings.&lt;/p&gt;</description></item><item><title>New Setup - IIS6 + XP Pro x64 - Blank pages in FF, 404 in IE</title><link>http://forums.iis.net/thread/1907427.aspx</link><pubDate>Wed, 17 Jun 2009 22:03:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907427</guid><dc:creator>Iv00w</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907427.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1907427</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Previously I had always been using Apache as server-side software, but a friend recommended IIS to me instead. So, I tried it a couple of times, never got it to work properly.&lt;/p&gt;&lt;p&gt;However, today a new error that I haven&amp;#39;t seen before came up:&lt;br /&gt;In FireFox 3.x, I will only get a blank page (in HTML, PHP or ASP), while in Internet Explorer I&amp;#39;ll get a 404 error.&lt;/p&gt;&lt;p&gt;At first I thought something went wrong with IIS as I was only using FireFox, only to find out that for some reason 127.0.0.1 or localhost both weren&amp;#39;t found.&lt;/p&gt;&lt;p&gt;As soon as I uninstalled IIS 127.0.0.1 was back to normal (as in giving a 404 in all browsers).&lt;br /&gt;As a sidenote, after installing Apache, to check if my system was OK, it&amp;#39;s working as it should, so my bet is there&amp;#39;s an error with IIS somewhere.&lt;/p&gt;&lt;p&gt;If anyone knows the solution to this, thank you in advance. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>