<?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>IIS7 - Known Issues and Workarounds</title><link>http://forums.iis.net/1067.aspx</link><description>Known issues and workarounds found with IIS7 in the Vista Beta 2 release.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: HTTP Error 500.0 &lt;handler&gt; scriptProcessor could not be found in &lt;fastCGI&gt;</title><link>http://forums.iis.net/thread/1923889.aspx</link><pubDate>Mon, 09 Nov 2009 11:16:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923889</guid><dc:creator>rvsuresh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1923889.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1067&amp;PostID=1923889</wfw:commentRss><description>&lt;p&gt;Server 2008, PHP 5.2.11 version&lt;/p&gt;
&lt;p&gt;coming&amp;nbsp; same error&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div id="server_version"&gt;
&lt;p&gt;Internet Information Services 7.0&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:81/example.php&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Physical Path&lt;/th&gt;
&lt;td&gt;C:\inetpub\wwwroot\php\OpenInviter\example.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&gt;</description></item><item><title>Re: HTTP Error 500.0 &lt;handler&gt; scriptProcessor could not be found in &lt;fastCGI&gt;</title><link>http://forums.iis.net/thread/1880629.aspx</link><pubDate>Mon, 29 Sep 2008 09:48:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1880629</guid><dc:creator>ShinX</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1880629.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1067&amp;PostID=1880629</wfw:commentRss><description>&lt;p&gt;Well I am using windows vista, using php via fast cgi and I get this error on iis 7. I realised a setting in the php.ini config file caused this. &lt;/p&gt;
&lt;p&gt;It was the error_reporting&amp;nbsp; =&amp;nbsp; E_STRICT feature I had on caused this to occur rather then&lt;br /&gt;outputting general error messages.&lt;br /&gt;&lt;br /&gt;This was simply fixed by changing error_reporting = E_STRICT to error_reporting = E_ALL.&lt;br /&gt;&lt;br /&gt;Hope this helps anyone else with similar problems that I have been having thanks for&amp;nbsp;your time&lt;br /&gt;with this is well :D.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: HTTP Error 500.0 &lt;handler&gt; scriptProcessor could not be found in &lt;fastCGI&gt;</title><link>http://forums.iis.net/thread/1880557.aspx</link><pubDate>Sat, 27 Sep 2008 09:02:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1880557</guid><dc:creator>mukhtard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1880557.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1067&amp;PostID=1880557</wfw:commentRss><description>&lt;p&gt;Please can you give more details on how you are setting up fastCgi and any other relevant information?&lt;br /&gt;Also what bitness of the OS are you using?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Mukhtar Desai&lt;br /&gt;IIS Performance Team&lt;/p&gt;</description></item><item><title>HTTP Error 500.0 &lt;handler&gt; scriptProcessor could not be found in &lt;fastCGI&gt;</title><link>http://forums.iis.net/thread/1880335.aspx</link><pubDate>Thu, 25 Sep 2008 12:10:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1880335</guid><dc:creator>ShinX</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1880335.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1067&amp;PostID=1880335</wfw:commentRss><description>&lt;div id="header"&gt;
&lt;h1&gt;Server Error in Application &amp;quot;DEFAULT WEB SITE&amp;quot;&lt;/h1&gt;&lt;/div&gt;
&lt;div id="server_version"&gt;
&lt;p&gt;Internet Information Services 7.0&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;&amp;lt;handler&amp;gt; scriptProcessor could not be found in &amp;lt;fastCGI&amp;gt; application configuration&lt;/h3&gt; &lt;/div&gt;
&lt;div class="content-container"&gt;
Detailed Error Information
&lt;div id="details-left"&gt;
&lt;table class="" cellspacing="0" cellpadding="0"&gt;

&lt;tr class="alt"&gt;
&lt;th class=""&gt;Module&lt;/th&gt;
&lt;td class=""&gt;FastCgiModule&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;Notification&lt;/th&gt;
&lt;td class=""&gt;ExecuteRequestHandler&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th class=""&gt;Handler&lt;/th&gt;
&lt;td class=""&gt;PHP via FastCGI&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;Error Code&lt;/th&gt;
&lt;td class=""&gt;0x80070585&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div id="details-right"&gt;
&lt;table class="" cellspacing="0" cellpadding="0"&gt;

&lt;tr class="alt"&gt;
&lt;th class=""&gt;Requested URL&lt;/th&gt;
&lt;td class=""&gt;http://localhost/index.php&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;Physical Path&lt;/th&gt;
&lt;td class=""&gt;C:\inetpub\wwwroot\index.php&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th class=""&gt;Logon Method&lt;/th&gt;
&lt;td class=""&gt;Anonymous&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;Logon User&lt;/th&gt;
&lt;td class=""&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;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;IIS was not able to process configuration for the Web site or application. 
&lt;li&gt;The authenticated user does not have permission to use this DLL. 
&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;Check the event logs to see if any additional information was logged. 
&lt;li&gt;Verify the permissions for the DLL. 
&lt;li&gt;Install the .NET Extensibility feature if the request is mapped to a managed handler. 
&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,0x80070585,6001"&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;br /&gt;This is the problem I am recieving anyone know any solutions, Im going all over the place trying to fix it, Ive tried a few things but nothing is working.</description></item></channel></rss>