<?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 '500'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=500&amp;orTags=0</link><description>Search results matching tag '500'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Solution: PHP SOAP Service Does Not Return Soap Fault Response</title><link>http://forums.iis.net/p/1160936/1917087.aspx#1917087</link><pubDate>Tue, 15 Sep 2009 20:53:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917087</guid><dc:creator>kismert</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;The experts here might have a better way, but this is a solution I found:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I was having trouble getting my PHP SOAP service to return Soap Fault responses to remote clients. The service only gave trouble on my Vista Ultimate development machine, running IIS7 with PHP and FastCGI. A hosted production server running IIS6 never exhibited this problem.&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;Soap Faults are given a HTTP 500 status code, and return an XML envelope containing the fault information. When I ran PHP test code on my server, it worked every time. But when I tried accessing the service using the MS SOAP Toolkit 3.0 on another computer, it failed every time, generating a generic &amp;#39;500 - Internal server error.&amp;#39; response.&lt;/p&gt;
&lt;p&gt;After lots of searching, and use of the &lt;a href="http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-using-tracing-in-iis-70/" target="_blank" title="Troubleshooting Failed Requests Using Tracing in IIS 7.0"&gt;IIS7 Tracing module&lt;/a&gt;, I found that my IIS configuration needed tweaking. &lt;/p&gt;
&lt;p&gt;In the applicationHost.config file, I added a errorMode=&amp;quot;Detailed&amp;quot; attribute to the &lt;a href="http://msdn.microsoft.com/en-us/library/ms690497.aspx" title="httpErrors Element [IIS 7 Settings Schema]" target="_blank"&gt;httpErrors element&lt;/a&gt; for my web service application pool. That fixed it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can also set this attribute in the IIS Manager interface:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In the Connections pane, select the server or site to modify&lt;/li&gt;
&lt;li&gt;Under Features View in the central window, open the Error Pages feature&lt;/li&gt;
&lt;li&gt;In Error Pages, click Edit Feature Settings... (far right in the Actions pane)&lt;/li&gt;
&lt;li&gt;In the Error Responses option, select Detailed Errors&lt;/li&gt;
&lt;li&gt;Click OK&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In this configuration, detailed error responses will be returned for remote requests, and custom error configuration is disabled. This may not be ideal for production servers, as this will expose underlying responses to the public for all HTTP error codes, when SOAP faults just need code 500. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt; I am documenting this issue so I can easily find it again. Perhaps this may help others.&lt;br /&gt;&lt;/p&gt;
-Ken</description></item><item><title>Sharepoint Services - 80</title><link>http://forums.iis.net/p/1159780/1912483.aspx#1912483</link><pubDate>Tue, 04 Aug 2009 16:11:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912483</guid><dc:creator>DMcA</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;I am hoping someone can help.&lt;/p&gt;
&lt;p&gt;I have a IIS box (Windows 2008) which is running IIS 7 with Windows Sharepoint Services 3 installed on it.&amp;nbsp; This sharepoint site was all working perfectly until i went and installed a third party web portal site on the same IIS server.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The new virtual site was installed under &amp;quot;Default Web Site&amp;quot; which Sharepoint had stopped as it obviously is using the Sharepoint Services - 80 site instead.&amp;nbsp; As soon as i installed the third party piece of software it stopped the sharepoint site from working and all i got when trying to access the sharepoint site is &amp;quot;HTTP 500 Internal Server Error&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Obviously the third party app made some change to bindings or some other setting but even after uninstalling the third party app sharepoint still is not working.&lt;/p&gt;
&lt;p&gt;I am hoping someone can help me with this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>PerlEx (not) working</title><link>http://forums.iis.net/p/1159435/1911110.aspx#1911110</link><pubDate>Tue, 21 Jul 2009 21:59:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1911110</guid><dc:creator>SuneK</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;I have a curious problem with PerlEx from ActiveState on my W2008&amp;nbsp; x64 server. IIS 7 is set up with 10 virtual server and two of these make use of PerlEx. One works perfectly and the other doesn&amp;#39;t work at all. Both are set up with their own (32 bit) application pool, the site that works also has a 64-bit application pool to make queries to Indexing Service work with classic ASP. Each perl script is set up to run in it&amp;#39;s own PerlEx interpreter class. &lt;/p&gt;&lt;p&gt;&amp;nbsp;In the site that doesn&amp;#39;t work the scripts give a 500 error or just appear to hang when run under PerlEx, they run just fine as a normal Perl CGI. Enabling failed request tracing the error I get is&lt;/p&gt;&lt;table cellpadding="0" cellspacing="0"&gt;&lt;tr&gt;
&lt;th&gt;ModuleName&lt;/th&gt;&lt;td class="event-data"&gt;IsapiModule&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Notification&lt;/th&gt;&lt;td class="event-data"&gt;128&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;HttpStatus&lt;/th&gt;&lt;td class="event-data"&gt;500&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;HttpReason&lt;/th&gt;&lt;td class="event-data"&gt;Internal Server Error&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;HttpSubStatus&lt;/th&gt;&lt;td class="event-data"&gt;0&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;ErrorCode&lt;/th&gt;&lt;td class="event-data"&gt;2147943398&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;ConfigExceptionInfo&lt;/th&gt;&lt;td class="event-data"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;td&gt;EXECUTE_REQUEST_HANDLER&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;ErrorCode&lt;/th&gt;
&lt;td&gt;Invalid access to memory location. (0x800703e6)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;Where to go from this? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I should add that it used to work. When setting up the server I did load testing one each site in turn with the other sites stopped. This included heavy exercising of the PerlEx scripts with loads 10-100 times greater than what we have today. Everything worked flawlessly. Then I turned on all sites and let the system go live, replacing the old box. Bang! Nothing works on one of the sites.&lt;/p&gt;&lt;p&gt;The sites, for the curious, are http://econpapers.repec.org (works) and http://logec.repec.org (doesn&amp;#39;t work, and it is the site that really would benefit from the PerlEx speed up).&lt;/p&gt;&lt;p&gt;/Sune &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Intermittent HTTP 500.19 error</title><link>http://forums.iis.net/p/1158781/1908393.aspx#1908393</link><pubDate>Fri, 26 Jun 2009 16:26:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908393</guid><dc:creator>brian44</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We are currently running a Windows web server with approximately 250 sites and are recieving an intermittent 500.19 error, which affects a random selection of sites, and it affects ASP, ASP.NET and sites with naked HTML.&lt;/p&gt;&lt;p&gt;We see the following error when we view an effected site (apologies for munging): &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Server Error ============ Internet Information Services 7.0 Error
Summary HTTP Error 500.19 - Internal Server Error
----------------------------------------- The requested page cannot be
accessed because the related configuration data for the page is
invalid. Detailed Error Information Module IIS Web Core Notification
BeginRequest Handler Not yet determined Error Code 0x80070038 Config
Error Cannot read configuration file Config File
\\?\UNC\10.0.3.25\home\domain.co.uk\public_html\web.config
Requested URL http://domain.co.uk:80/ Physical Path
\\10.0.3.25\home\domain.co.uk\public_html Logon Method Not yet
determined Logon User Not yet determined Config Source -1: 0: Links and
More Information This error occurs when there is a problem reading the
configuration file for the Web server or Web application. In some
cases, the event logs may contain more information about what caused
this error. [1]View more information » 1.
http://go.microsoft.com/fwlink/?LinkID=62293&amp;amp;IIS70Error=500,19,0x80070038,6001
&lt;/p&gt;&lt;p&gt;This is often accompanied in the event log with an event with the message :&amp;nbsp;&lt;/p&gt;&lt;p&gt; Could not load all ISAPI filters for site &amp;#39;DOMAIN.CO.UK&amp;#39;.&amp;nbsp; Therefore site startup aborted&lt;/p&gt;&lt;p&gt;I&amp;#39;ve previously seen a similar error reported at the link below, but this does not seem to help us as changing the MaxCmds registry entry seemingly has no effect.&lt;br /&gt;http://forums.iis.net/t/1157405.aspx&lt;/p&gt;&lt;p&gt;&amp;nbsp;The web server is Windows Server 2008 and the UNC share is a RHEL box with samba, site authentication is set to a specific domain user, asp impersonation is enabled, and all sites have individual application pools with their identity configured to the specific domain user.&lt;/p&gt;&lt;p&gt;When we run Network Monitor, we seem to find packets indicating that Windows has failed to send packets it&amp;#39;s requested a response from for an affected site, however the network is running at 30-50% of available bandwidth and very occasional TCP sacks seem to be unrelated to this problem.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I would appreciate if any one could point me in the right direction. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007</title><link>http://forums.iis.net/p/1155232/1908077.aspx#1908077</link><pubDate>Wed, 24 Jun 2009 09:57:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908077</guid><dc:creator>John Brett</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>Thanks Anilr, this solved my problem.
John</description></item><item><title>What to do for a rootkit...</title><link>http://forums.iis.net/p/1158419/1906905.aspx#1906905</link><pubDate>Sun, 14 Jun 2009 13:01:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906905</guid><dc:creator>rgsnowman</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I have recently found a rootkit on my computer through AVG and am wondering how to get this thing off. I tried to get AVG to delete it but it said it cannot. I heard you can re-install windows vista and also restore default settings but I am not sure if that deletes everything and I&amp;#39;ll have to get external hd and if the rootkit would get itself into there and I&amp;#39;d be re-installing a rootkit. This rootkit is screwing up my xps one it tiny ways, it changed all my security setting and turned my anti-viruses off and I can&amp;#39;t turn them back on, messed up background, screwed up start menu and toolbar, and the side panel. I just want to know the best way to get this off computer. Thanks in advance.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Intermittent 502.2 Errors</title><link>http://forums.iis.net/p/1156752/1900016.aspx#1900016</link><pubDate>Thu, 09 Apr 2009 15:12:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1900016</guid><dc:creator>VicAmbruso</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Good morning, and thanks in advance for your help.&lt;/p&gt;&lt;p&gt;I am running Windows Server 2008 Service Pack 1.&lt;/p&gt;&lt;p&gt;We have a suite of Delphi CGI applications that run on our servers.&amp;nbsp; We have &amp;gt;200 users and have around 150,000 hits per day.&lt;/p&gt;&lt;p&gt;Intermittently, we&amp;#39;ll get 502.2 errors from applications that work perfectly the rest of the time.&amp;nbsp; I can&amp;#39;t consistently reproduce these errors, but they happen at a rate between 10 and 200 a day.&lt;/p&gt;&lt;p&gt;I turned on failed request logging and have a trace file attached to the end of this post.&lt;/p&gt;&lt;p&gt;Another observation is that sometimes these will come in clumps of 4-5 at the same time.&amp;nbsp; I am wondering if something is crashing and restarting. I turned on all of the application pool recycling event logs, but nothing has shown up in my logs yet.&amp;nbsp; I am assuming that I should be looking the application and system logs for these notifications. &lt;/p&gt;&lt;p&gt;Can someone please give me some advice?&lt;/p&gt;&lt;p&gt;Keep in mind, the same cgi applications that fail will run successfully again with identical parameters.&lt;/p&gt;&lt;p&gt;Thank you. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;
 
  
  
 

 
  Normal
  0
  
  
  false
  false
  false
  
   
   
   
   
   
  
 

 
 




 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:&amp;quot;Table Normal&amp;quot;;
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:&amp;quot;&amp;quot;;
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:&amp;quot;Times New Roman&amp;quot;;
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}


 

 
  
 

&lt;/p&gt;&lt;p class="MsoNormal"&gt;No.&lt;span&gt;&amp;nbsp; &lt;/span&gt;EventName Details
Time &lt;/p&gt;

&lt;p class="MsoNormal"&gt;1. i GENERAL_REQUEST_START SiteId=&amp;quot;1&amp;quot;,
AppPoolId=&amp;quot;DefaultAppPool&amp;quot;, ConnId=&amp;quot;1610618912&amp;quot;,
RawConnId=&amp;quot;0&amp;quot;,
RequestURL=&amp;quot;http://gigwebapp:80/scripts/pirs/cw/verifyebill/verifyebill.exe/defaultIframeSource&amp;quot;,
RequestVerb=&amp;quot;GET&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;2.  PRE_BEGIN_REQUEST_START
ModuleName=&amp;quot;RequestMonitorModule&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;3.  PRE_BEGIN_REQUEST_END
ModuleName=&amp;quot;RequestMonitorModule&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;4.  PRE_BEGIN_REQUEST_START
ModuleName=&amp;quot;IsapiFilterModule&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;5. i FILTER_START
FilterName=&amp;quot;C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;6. i FILTER_PREPROC_HEADERS_START&lt;span&gt;&amp;nbsp; &lt;/span&gt;12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;7.  GENERAL_SET_REQUEST_HEADER
HeaderName=&amp;quot;AspFilterSessionId&amp;quot;, HeaderValue=&amp;quot;&amp;quot;,
Replace=&amp;quot;true&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;8. i FILTER_SET_REQ_HEADER
HeaderName=&amp;quot;AspFilterSessionId:&amp;quot;, HeaderValue=&amp;quot;&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;9. i FILTER_PREPROC_HEADERS_END&lt;span&gt;&amp;nbsp; &lt;/span&gt;12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;10. i FILTER_END&lt;span&gt;&amp;nbsp;
&lt;/span&gt;12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;11.  PRE_BEGIN_REQUEST_END
ModuleName=&amp;quot;IsapiFilterModule&amp;quot;, NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;12.  PRE_BEGIN_REQUEST_START
ModuleName=&amp;quot;FailedRequestsTracingModule&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;13.  PRE_BEGIN_REQUEST_END
ModuleName=&amp;quot;FailedRequestsTracingModule&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;14. i GENERAL_REQUEST_HEADERS Headers=&amp;quot;Connection:
Keep-Alive&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/x-shockwave-flash, application/vnd.ms-excel, application/msword,
application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, */*&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Accept-Encoding: gzip, deflate&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Accept-Language: en-us&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Cookie: GIGSESSION=14419781; GIGUSERNAME=JREGNA&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Host: gigwebapp&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Referer:
http://gigwebapp/scripts/pirs/cw/verifyebill/verifyebill.exe/main&lt;/p&gt;

&lt;p class="MsoNormal"&gt;User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT
5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR
3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)&lt;/p&gt;

&lt;p class="MsoNormal"&gt;UA-CPU: x86&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;15. i URL_CACHE_ACCESS_START RequestURL=&amp;quot;/scripts/pirs/cw/verifyebill/verifyebill.exe/defaultIframeSource&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;16. i URL_CACHE_ACCESS_END PhysicalPath=&amp;quot;&amp;quot;,
URLInfoFromCache=&amp;quot;false&amp;quot;, URLInfoAddedToCache=&amp;quot;true&amp;quot;,
ErrorCode=&amp;quot;The operation completed successfully.&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(0x0)&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;17. i GENERAL_GET_URL_METADATA
PhysicalPath=&amp;quot;c:\inetpub\scripts\pirs\cw\verifyebill\verifyebill.exe\defaultIframeSource&amp;quot;,
AccessPerms=&amp;quot;517&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;18.  NOTIFY_MODULE_START
ModuleName=&amp;quot;IsapiFilterModule&amp;quot;, Notification=&amp;quot;MAP_PATH&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;19.  NOTIFY_MODULE_END
ModuleName=&amp;quot;IsapiFilterModule&amp;quot;, Notification=&amp;quot;MAP_PATH&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;20.  NOTIFY_MODULE_START
ModuleName=&amp;quot;HttpCacheModule&amp;quot;, Notification=&amp;quot;BEGIN_REQUEST&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;21.  NOTIFY_MODULE_END
ModuleName=&amp;quot;HttpCacheModule&amp;quot;, Notification=&amp;quot;BEGIN_REQUEST&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;22.  NOTIFY_MODULE_START
ModuleName=&amp;quot;RequestFilteringModule&amp;quot;,
Notification=&amp;quot;BEGIN_REQUEST&amp;quot;, fIsPostNotification=&amp;quot;false&amp;quot;,
fIsCompletion=&amp;quot;false&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;23.  NOTIFY_MODULE_END ModuleName=&amp;quot;RequestFilteringModule&amp;quot;,
Notification=&amp;quot;BEGIN_REQUEST&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;24.  NOTIFY_MODULE_START
ModuleName=&amp;quot;ConfigurationValidationModule&amp;quot;,
Notification=&amp;quot;BEGIN_REQUEST&amp;quot;, fIsPostNotification=&amp;quot;false&amp;quot;,
fIsCompletion=&amp;quot;false&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;25.  NOTIFY_MODULE_END
ModuleName=&amp;quot;ConfigurationValidationModule&amp;quot;,
Notification=&amp;quot;BEGIN_REQUEST&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;26.  NOTIFY_MODULE_START
ModuleName=&amp;quot;FailedRequestsTracingModule&amp;quot;,
Notification=&amp;quot;BEGIN_REQUEST&amp;quot;, fIsPostNotification=&amp;quot;false&amp;quot;,
fIsCompletion=&amp;quot;false&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;27.  NOTIFY_MODULE_END
ModuleName=&amp;quot;FailedRequestsTracingModule&amp;quot;,
Notification=&amp;quot;BEGIN_REQUEST&amp;quot;, fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;28.  NOTIFY_MODULE_START
ModuleName=&amp;quot;IsapiFilterModule&amp;quot;,
Notification=&amp;quot;AUTHENTICATE_REQUEST&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;29.  NOTIFY_MODULE_END
ModuleName=&amp;quot;IsapiFilterModule&amp;quot;,
Notification=&amp;quot;AUTHENTICATE_REQUEST&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;30.  NOTIFY_MODULE_START
ModuleName=&amp;quot;AnonymousAuthenticationModule&amp;quot;, Notification=&amp;quot;AUTHENTICATE_REQUEST&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;31. i AUTH_START AuthTypeSupported=&amp;quot;Anonymous&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;32. i AUTH_REQUEST_AUTH_TYPE
RequestAuthType=&amp;quot;Anonymous&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;33. i AUTH_SUCCEEDED AuthType=&amp;quot;Anonymous&amp;quot;,
NTLMUsed=&amp;quot;false&amp;quot;, RemoteUserName=&amp;quot;&amp;quot;,
AuthUserName=&amp;quot;&amp;quot;,
TokenImpersonationLevel=&amp;quot;ImpersonationImpersonate&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;34. i USER_SET AuthType=&amp;quot;&amp;quot;, UserName=&amp;quot;&amp;quot;,
SupportsIsInRole=&amp;quot;true&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;35. i AUTH_END&lt;span&gt;&amp;nbsp;
&lt;/span&gt;12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;36.  NOTIFY_MODULE_END
ModuleName=&amp;quot;AnonymousAuthenticationModule&amp;quot;,
Notification=&amp;quot;AUTHENTICATE_REQUEST&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;37.  NOTIFY_MODULE_START
ModuleName=&amp;quot;IsapiFilterModule&amp;quot;, Notification=&amp;quot;AUTHENTICATE_REQUEST&amp;quot;,
fIsPostNotification=&amp;quot;true&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;38.  NOTIFY_MODULE_END
ModuleName=&amp;quot;IsapiFilterModule&amp;quot;,
Notification=&amp;quot;AUTHENTICATE_REQUEST&amp;quot;,
fIsPostNotificationEvent=&amp;quot;true&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;39. i FILE_CACHE_ACCESS_START
FileName=&amp;quot;c:\inetpub\scripts\pirs\cw\verifyebill\verifyebill.exe&amp;quot;,
UserName=&amp;quot;IUSR&amp;quot;, DomainName=&amp;quot;NT AUTHORITY&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;40. i FILE_CACHE_ACCESS_END Successful=&amp;quot;true&amp;quot;,
FileFromCache=&amp;quot;false&amp;quot;, FileAddedToCache=&amp;quot;false&amp;quot;,
FileDirmoned=&amp;quot;true&amp;quot;, LastModCheckErrorIgnored=&amp;quot;true&amp;quot;,
ErrorCode=&amp;quot;The operation completed successfully.&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(0x0)&amp;quot;,
LastModifiedTime=&amp;quot;Thu, 31 Jul 2008 19:29:01 GMT&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;41.  NOTIFY_MODULE_START
ModuleName=&amp;quot;HttpCacheModule&amp;quot;, Notification=&amp;quot;RESOLVE_REQUEST_CACHE&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;42. i OUTPUT_CACHE_LOOKUP_START&lt;span&gt;&amp;nbsp; &lt;/span&gt;12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;43. i OUTPUT_CACHE_LOOKUP_END Result=&amp;quot;NOT_FOUND&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;44.  NOTIFY_MODULE_END
ModuleName=&amp;quot;HttpCacheModule&amp;quot;, Notification=&amp;quot;RESOLVE_REQUEST_CACHE&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;45.  NOTIFY_MODULE_START
ModuleName=&amp;quot;StaticCompressionModule&amp;quot;,
Notification=&amp;quot;MAP_REQUEST_HANDLER&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;46.  NOTIFY_MODULE_END
ModuleName=&amp;quot;StaticCompressionModule&amp;quot;,
Notification=&amp;quot;MAP_REQUEST_HANDLER&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;47.  NOTIFY_MODULE_START ModuleName=&amp;quot;CgiModule&amp;quot;,
Notification=&amp;quot;EXECUTE_REQUEST_HANDLER&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;48. i CGI_START&lt;span&gt;&amp;nbsp;
&lt;/span&gt;12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;49. i GENERAL_CGI_HANDLER&lt;span&gt;&amp;nbsp;
&lt;/span&gt;12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;50. i CGI_LAUNCH
CommandLine=&amp;quot;&amp;quot;c:\inetpub\scripts\pirs\cw\verifyebill\verifyebill.exe&amp;quot;
&amp;quot;, ErrorCode=&amp;quot;The operation completed successfully.&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(0x0)&amp;quot;,
ProcessId=&amp;quot;5232&amp;quot; 12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;51. i CGI_REQUEST_ENTITY_SENT&lt;span&gt;&amp;nbsp; &lt;/span&gt;12:16:12.939 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;52. r MODULE_SET_RESPONSE_ERROR_STATUS&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Warning ModuleName=&amp;quot;CgiModule&amp;quot;,
Notification=&amp;quot;EXECUTE_REQUEST_HANDLER&amp;quot;, HttpStatus=&amp;quot;502&amp;quot;,
HttpReason=&amp;quot;Bad Gateway&amp;quot;, HttpSubStatus=&amp;quot;2&amp;quot;,
ErrorCode=&amp;quot;The operation completed successfully.&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(0x0)&amp;quot;,
ConfigExceptionInfo=&amp;quot;&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;53. r SET_RESPONSE_ERROR_DESCRIPTION&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Warning ErrorDescription=&amp;quot;The specified CGI application
misbehaved by not returning a complete set of HTTP headers.&lt;span&gt;&amp;nbsp; &lt;/span&gt;The headers it did return are
&amp;quot;&amp;quot;.&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;54. i CGI_END&lt;span&gt;&amp;nbsp;
&lt;/span&gt;12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;55.  NOTIFY_MODULE_COMPLETION ModuleName=&amp;quot;CgiModule&amp;quot;,
Notification=&amp;quot;EXECUTE_REQUEST_HANDLER&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;56.  NOTIFY_MODULE_START
ModuleName=&amp;quot;HttpCacheModule&amp;quot;,
Notification=&amp;quot;UPDATE_REQUEST_CACHE&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot; 12:16:13.142
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;57. i OUTPUT_CACHE_UPDATE_START
CachePolicy=&amp;quot;NO_CACHE&amp;quot;, TimeToLive=&amp;quot;0&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;58. i OUTPUT_CACHE_UPDATE_END
Result=&amp;quot;NOT_FREQUENTLY_HIT&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;59.  NOTIFY_MODULE_END
ModuleName=&amp;quot;HttpCacheModule&amp;quot;, Notification=&amp;quot;UPDATE_REQUEST_CACHE&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;60.  NOTIFY_MODULE_START
ModuleName=&amp;quot;HttpLoggingModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;, fIsPostNotification=&amp;quot;false&amp;quot;,
fIsCompletion=&amp;quot;false&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;61.  NOTIFY_MODULE_END
ModuleName=&amp;quot;HttpLoggingModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;62.  NOTIFY_MODULE_START
ModuleName=&amp;quot;IsapiModule&amp;quot;, Notification=&amp;quot;SEND_RESPONSE&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;63.  NOTIFY_MODULE_END ModuleName=&amp;quot;IsapiModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;64.  NOTIFY_MODULE_START ModuleName=&amp;quot;ProtocolSupportModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;, fIsPostNotification=&amp;quot;false&amp;quot;,
fIsCompletion=&amp;quot;false&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;65.  NOTIFY_MODULE_END
ModuleName=&amp;quot;ProtocolSupportModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;, NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot;
12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;66.  NOTIFY_MODULE_START
ModuleName=&amp;quot;IsapiFilterModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;, fIsPostNotification=&amp;quot;false&amp;quot;,
fIsCompletion=&amp;quot;false&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;67.  NOTIFY_MODULE_END ModuleName=&amp;quot;IsapiFilterModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;68.  NOTIFY_MODULE_START
ModuleName=&amp;quot;HttpCacheModule&amp;quot;, Notification=&amp;quot;SEND_RESPONSE&amp;quot;,
fIsPostNotification=&amp;quot;false&amp;quot;, fIsCompletion=&amp;quot;false&amp;quot;
12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;69.  NOTIFY_MODULE_END
ModuleName=&amp;quot;HttpCacheModule&amp;quot;, Notification=&amp;quot;SEND_RESPONSE&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;70.  NOTIFY_MODULE_START
ModuleName=&amp;quot;CustomErrorModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;, fIsPostNotification=&amp;quot;false&amp;quot;,
fIsCompletion=&amp;quot;false&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;71. i GENERAL_SEND_CUSTOM_ERROR HttpStatus=&amp;quot;502&amp;quot;,
HttpSubStatus=&amp;quot;2&amp;quot;, FileNameOrURL=&amp;quot;502.htm&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;72.  NOTIFY_MODULE_END ModuleName=&amp;quot;CustomErrorModule&amp;quot;,
Notification=&amp;quot;SEND_RESPONSE&amp;quot;,
fIsPostNotificationEvent=&amp;quot;false&amp;quot;,
NotificationStatus=&amp;quot;NOTIFICATION_CONTINUE&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;73. i HTTPSYS_CACHEABLE HttpsysCacheable=&amp;quot;false&amp;quot;,
Reason=&amp;quot;NO_PIPELINE_ENABLE&amp;quot;, CachePolicy=&amp;quot;NO_CACHE&amp;quot;,
TimeToLive=&amp;quot;0&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;74. i GENERAL_FLUSH_RESPONSE_START&lt;span&gt;&amp;nbsp; &lt;/span&gt;12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;75. i GENERAL_RESPONSE_HEADERS Headers=&amp;quot;Cache-Control:
private&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Content-Type: text/html; charset=utf-8&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Server: Microsoft-IIS/7.0&lt;/p&gt;

&lt;p class="MsoNormal"&gt;X-Powered-By: ASP.NET&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;76.  GENERAL_RESPONSE_ENTITY_BUFFER
Buffer=&amp;quot;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0
Strict//EN&amp;quot;
&amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;head&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;title&amp;gt;IIS 7.0 Detailed Error - 502.2 - Bad
Gateway&amp;lt;/title&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;!-- &lt;/p&gt;

&lt;p class="MsoNormal"&gt;body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;}
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;}
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;.config_source code{font-size:.8em;color:#000000;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;pre{margin:0;font-size:1.4em;word-wrap:break-word;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;ul,ol{margin:10px 0 10px 40px;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;ul.first,ol.first{margin-top:5px;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;fieldset{padding:0 15px 10px 15px;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;.summary-container
fieldset{padding-bottom:5px;margin-top:4px;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0
-12px;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0
8px -12px;_margin-top:0px; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;border-top:1px solid
#EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;border-bottom:1px
solid #969696;background:#E7ECF0;font-weight:bold;font-size:1em;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;a:link,a:visited{color:#007EFF;font-weight:bold;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;a:hover{text-decoration:none;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;h1{font-size:2.4em;margin:0;color:#FFF;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;h2{font-size:1.7em;margin:0;color:#CC0000;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;h4{font-size:1.2em;margin:10px 0 5px 0; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;}#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px
2%;font-family:&amp;quot;trebuchet MS&amp;quot;,Verdana,sans-serif; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;color:#FFF;background-color:#5C87B2; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;}#content{margin:0 0 0 2%;position:relative;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;.summary-container,.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;.config_source{background:#fff5c4;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;.content-container p{margin:0 0 10px 0; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;}#details-left{width:35%;float:left;margin-right:2%; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;}#details-right{width:63%;float:left; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;}#server_version{width:96%;_height:1px;min-height:1px;margin:0
0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;background-color:#5A7FA5;border-bottom:1px
solid #C1CFDD;border-top:1px solid #4A6C8E;font-weight:normal; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;font-size:1em;color:#FFF;text-align:right; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;}#server_version p{margin:5px 0;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;table{margin:4px 0 4px 0;width:100%;border:none;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:bold;border:none;}
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;th{width:30%;text-align:right;padding-right:2%;font-weight:normal;}
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;thead th{background-color:#ebebeb;width:25%; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;}#details-right th{width:20%;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;table tr.alt td,table tr.alt th{background-color:#ebebeb;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;.highlight-code{color:#CC0000;font-weight:bold;font-style:italic;}
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;.clear{clear:both;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;.preferred{padding:0 5px 2px
5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;} &lt;/p&gt;

&lt;p class="MsoNormal"&gt;--&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/style&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/head&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;body&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;div id=&amp;quot;header&amp;quot;&amp;gt;&amp;lt;h1&amp;gt;Server Error in
Application &amp;quot;DEFAULT WEB SITE&amp;quot;&amp;lt;/h1&amp;gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;div id=&amp;quot;server_version&amp;quot;&amp;gt;&amp;lt;p&amp;gt;Internet
Information Services 7.0&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;div class=&amp;quot;content-container&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;fieldset&amp;gt;&amp;lt;legend&amp;gt;Error
Summary&amp;lt;/legend&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;h2&amp;gt;HTTP Error
502.2 - Bad Gateway&amp;lt;/h2&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;h3&amp;gt;The
specified CGI application misbehaved by not returning a complete set of HTTP
headers.&lt;span&gt;&amp;nbsp; &lt;/span&gt;The headers it did return are
&amp;amp;quot;&amp;amp;quot;.&amp;lt;/h3&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;/fieldset&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;div class=&amp;quot;content-container&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;fieldset&amp;gt;&amp;lt;legend&amp;gt;Detailed Error
Information&amp;lt;/legend&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;div
id=&amp;quot;details-left&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;table
border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;tr
class=&amp;quot;alt&amp;quot;&amp;gt;&amp;lt;th&amp;gt;Module&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;CgiModule&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Notification&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;ExecuteRequestHandler&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;tr
class=&amp;quot;alt&amp;quot;&amp;gt;&amp;lt;th&amp;gt;Handler&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;CGI-exe&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error
Code&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;0x00000000&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;/table&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;div
id=&amp;quot;details-right&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;table
border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;tr
class=&amp;quot;alt&amp;quot;&amp;gt;&amp;lt;th&amp;gt;Requested
URL&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;http://gigwebapp:80/scripts/pirs/cw/verifyebill/verifyebill.exe/defaultIframeSource&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Physical
Path&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;c:\inetpub\scripts\pirs\cw\verifyebill\verifyebill.exe\defaultIframeSource&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;tr
class=&amp;quot;alt&amp;quot;&amp;gt;&amp;lt;th&amp;gt;Logon
Method&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Anonymous&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Logon
User&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Anonymous&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;tr
class=&amp;quot;alt&amp;quot;&amp;gt;&amp;lt;th&amp;gt;Failed Request Tracing Log
Directory&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;file://C:\inetpub\logs\FailedReqLogFiles&amp;quot;&amp;gt;C:\inetpub\logs\FailedReqLogFiles&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;/table&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;div
class=&amp;quot;clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;/fieldset&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;div class=&amp;quot;content-container&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;fieldset&amp;gt;&amp;lt;legend&amp;gt;Most likely
causes:&amp;lt;/legend&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;ul&amp;gt; &lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;li&amp;gt;The CGI process was shut down or
terminated unexpectedly before it finished processing the request.&amp;lt;/li&amp;gt; &lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;li&amp;gt;The CGI process has a flaw and does
not return a complete set of HTTP headers.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;/fieldset&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;div class=&amp;quot;content-container&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;fieldset&amp;gt;&amp;lt;legend&amp;gt;Things you can
try:&amp;lt;/legend&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;ul&amp;gt; &lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;li&amp;gt;Check the event logs on the system
to see whether the CGI process is shutting down unexpectedly.&amp;lt;/li&amp;gt; &lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;li&amp;gt;Troubleshoot the CGI
application to determine why it is not sending a complete set of HTTP
headers.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;/fieldset&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;div class=&amp;quot;content-container&amp;quot;&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;fieldset&amp;gt;&amp;lt;legend&amp;gt;Links and More
Information&amp;lt;/legend&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;This error occurs
when the CGI process handling the request exits before it finishes sending the
response to IIS. &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;http://go.microsoft.com/fwlink/?LinkID=62293&amp;amp;amp;IIS70Error=502,2,0x00000000,6001&amp;quot;&amp;gt;View
more information &amp;amp;raquo;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;/fieldset&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/body&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;lt;/html&amp;gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&amp;quot; 12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;77. i GENERAL_FLUSH_RESPONSE_END BytesSent=&amp;quot;5491&amp;quot;,
ErrorCode=&amp;quot;The operation completed successfully.&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(0x0)&amp;quot;
12:16:13.142 &lt;/p&gt;

&lt;p class="MsoNormal"&gt;78. i GENERAL_REQUEST_END BytesSent=&amp;quot;5491&amp;quot;,
BytesReceived=&amp;quot;760&amp;quot;, HttpStatus=&amp;quot;502&amp;quot;,
HttpSubStatus=&amp;quot;2&amp;quot; 12:16:13.142&lt;/p&gt;

&lt;br /&gt;</description></item><item><title>IIS7 -FastCGI -PHP White Screen of Death</title><link>http://forums.iis.net/p/1155825/1895924.aspx#1895924</link><pubDate>Sat, 07 Mar 2009 04:59:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895924</guid><dc:creator>gusus</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;I am having an issue with IIS7 and PHP relating to clients receiving the white screen of death (blank page) after 90 seconds of processing.&amp;nbsp; Standard php processing works fine. &amp;nbsp; &lt;/p&gt;&lt;p&gt;The following are set in php.ini:&lt;/p&gt;&lt;p&gt;max_execution_time = 180&lt;br /&gt;max_input_time = 180&lt;br /&gt;memory_limit = 128M&lt;/p&gt;&lt;p&gt;In the FastCGI configuration on IIS I have the following:&lt;/p&gt;&lt;p&gt;ActivityTimeout 900&lt;br /&gt;IdleTimeout 300&lt;br /&gt;RequestTimeout 500&lt;/p&gt;&lt;p&gt;I have a simple page that runs through loop and sleeps every 15 seconds.&amp;nbsp; If I set the max_execution_time to 30 seconds, I get the php execution time exceeded error as I should with two entries in the page. If I manually set_time_limit(0), it gives the white page of death.&amp;nbsp; I have set php logging and nothing appears in the log.&amp;nbsp; I intentionally put a syntax error to make sure and the syntax error was logged.&amp;nbsp; In addition, I can set the ActivityTimeout to 10 and IIS gives me a 500 error telling me that the FastCGI process exceeded the configuration activity timeout.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The weird thing is the Failed Request Tracking show that the time taken was 30592 msec with a status of 200 (I assume success).&amp;nbsp; However, the last entry in the request trace is &amp;quot;FASTCGI_WAITING_FOR_RESPONSE&amp;quot;...&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Any ideas???&lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS 6 (PHP) 500 Internal Server Error</title><link>http://forums.iis.net/p/1155616/1894935.aspx#1894935</link><pubDate>Thu, 26 Feb 2009 09:09:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1894935</guid><dc:creator>HakanDAMAR</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;PHP and MySQL installed on the IIS server successfully but the pages associated with the database is error and if &amp;quot;&amp;lt;? php&amp;quot; instead of &amp;quot;&amp;lt;?&amp;quot; If the client is in the form of writing shows the PHP source code.&lt;/p&gt;&lt;p&gt;Error Page Code;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;?php&lt;br /&gt;/**&lt;br /&gt;&amp;nbsp;* DB Connection Page&lt;br /&gt; */&lt;br /&gt;require_once(&amp;quot;DAL.php&amp;quot;);&lt;br /&gt;$VeriTabani = new DB();&lt;br /&gt;$VeriTabani-&amp;gt;Connection(&amp;quot;110.7.9.8&amp;quot;,&amp;quot;dbxnanomass&amp;quot;,&amp;quot;********&amp;quot;,&amp;quot;providerDB&amp;quot;);&lt;br /&gt;if (!ob_start()) { ob_start(); }&lt;br /&gt;if ($_SESSION[&amp;#39;isOnline&amp;#39;] = 0){&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@session_destroy();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@session_unset();&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;?&amp;gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS7 don't access a .dll</title><link>http://forums.iis.net/p/1155391/1893910.aspx#1893910</link><pubDate>Wed, 18 Feb 2009 21:11:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1893910</guid><dc:creator>mathiasruck</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have IIS7 and Analisys Server on Windows Server&amp;nbsp;2008 working, but I only have access to a dll (msmdpump.dll) on localhost (other filetypes funct properly). if I try to access msmdpump.dll&amp;nbsp;from another host, I get the error: &lt;/p&gt;
&lt;p&gt;&amp;quot;500 - Internal server error.&lt;br /&gt;There is a problem with the resource you are looking for, and it cannot be displayed.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Anyone had this error?&lt;/p&gt;
&lt;p&gt;Sorry my bad english, Thank&amp;#39;s.&lt;/p&gt;</description></item></channel></rss>