<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; The Module DLL C:\Program Files\IIS\Advanced Logging\AdvancedLoggingModule.dll failed to load</title>
	<atom:link href="http://eitwebguru.com/tag/the-module-dll-cprogram-filesiisadvanced-loggingadvancedloggingmodule-dll-failed-to-load/feed/" rel="self" type="application/rss+xml" />
	<link>http://eitwebguru.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 06:24:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>503-Internal Server Error &#8211; The Module DLL Failed to Load</title>
		<link>http://eitwebguru.com/503-internal-server-error-the-module-dll-failed-to-load/</link>
		<comments>http://eitwebguru.com/503-internal-server-error-the-module-dll-failed-to-load/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 17:15:38 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[503 Internal Server Error]]></category>
		<category><![CDATA[AdvancedLoggingModule]]></category>
		<category><![CDATA[applicationHost.config]]></category>
		<category><![CDATA[ClientLoggingHandler]]></category>
		<category><![CDATA[ClientLoggingHandler.dll]]></category>
		<category><![CDATA[Event ID: 2280]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[Internal Server Error]]></category>
		<category><![CDATA[The data is the error]]></category>
		<category><![CDATA[The Module DLL C:\Program Files\IIS\Advanced Logging\AdvancedLoggingModule.dll failed to load]]></category>
		<category><![CDATA[The Module failed to load]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=317</guid>
		<description><![CDATA[Recently while working I faced an issue where the website (IIS 7) was showing 503-Internal Server Error. Checking Event viewer shown following Events for IIS The Module DLL C:/Program Files/IIS/Advanced Logging/ClientLoggingHandler.dll failed to load. The data is the error. The Module DLL C:/Program Files/IIS/Advanced Logging/AdvancedLoggingModule.dll failed to load. The data is the error. Complete Event [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Recently while working I faced an issue where the website (<strong>IIS 7</strong>) was showing <strong>503-Internal Server Error</strong>. Checking Event viewer shown following Events for IIS</span></p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;"><strong>The Module DLL C:/Program Files/IIS/Advanced Logging/ClientLoggingHandler.dll failed to load. The data is the error. The Module DLL C:/Program Files/IIS/Advanced Logging/AdvancedLoggingModule.dll failed to load. The data is the error.</strong></div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Complete Event in Event Viewer was</span></p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;">Log Name: Application<br />
Source: Microsoft-Windows-IIS-W3SVC-WP<br />
Date: 12/8/2009 11:33:23 AM<br />
Event ID: 2280<br />
Task Category: None<br />
Level: Error<br />
Keywords: Classic<br />
User: N/A<br />
Computer: WIN-AD50B4LJ2SU<br />
Description:<br />
The Module DLL C:/Program Files/IIS/Advanced Logging/AdvancedLoggingModule.dll failed to load. The data is the error.</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Both the DLL&#8217;s which were mentioned in the Event we present in respective Directories but still IIS was not able to detect them. So, to fix the issue</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> Copy &#8220;<span style="font-family: Courier New; font-size: small;"><strong>C:/Program_Files/IIS\Advanced_Logging/ClientLoggingHandler.dll</strong></span>&#8221; and &#8220;<span style="font-family: Courier New; font-size: small;"><strong>C:/Program_Files/IIS/Advanced_Logging/AdvancedLoggingModule.dll</strong></span>&#8221; to <strong>%windir%/System32/ </strong></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2)</strong> Edit <span style="font-family: Courier New; font-size: small;"><strong>C:/Windows/System32/netsrv/config/applicationHost.config</strong></span> and <strong>Search for</strong> following Lines</span></p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;"><strong>add name=&#8221;ClientLoggingHandler&#8221; image=&#8221;%ProgramFiles%/IIS/Advanced Logging/ClientLoggingHandler.dll&#8221; add name=&#8221;AdvancedLoggingModule&#8221; image=&#8221;%ProgramFiles%/IIS/Advanced Logging/AdvancedLoggingModule.dll&#8221;</strong></div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">and <strong>change it to</strong></span></p>
<div style="background-color: #eeeeee; width: 550px; height: auto; overflow: auto; line-height: 15px; padding: 20px; font-family: Courier New; font-size: small; color: #000000;"><strong>add name=&#8221;ClientLoggingHandler&#8221; image=&#8221;%windir%/System32/ClientLoggingHandler.dll&#8221; add name=&#8221;AdvancedLoggingModule&#8221; image=&#8221;%windir%/System32/AdvancedLoggingModule.dll&#8221;</strong></div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3)</strong> Restart IIS</span></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/503-internal-server-error-the-module-dll-failed-to-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

