<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Customizing application.master Without Breaking Things</title>
	<atom:link href="http://graegert.com/sharepoint-wss/customizing-applicationmaster-without-breaking-things/feed" rel="self" type="application/rss+xml" />
	<link>http://graegert.com/sharepoint-wss/customizing-applicationmaster-without-breaking-things</link>
	<description>Gort! Klaatu Barada Nikto!</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Steve Graegert</title>
		<link>http://graegert.com/sharepoint-wss/customizing-applicationmaster-without-breaking-things/comment-page-1#comment-5933</link>
		<dc:creator>Steve Graegert</dc:creator>
		<pubDate>Wed, 16 Dec 2009 07:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://graegert.com/?p=781#comment-5933</guid>
		<description>Navaneeth - A HttpHandler is an extension-based pre-processor that is suitable to intercept request for a particular resource, i.e. HTML or GIF files.  A HttpModule is an event-based preprocessor that allows to intercept events that occur in the pipeline and to inject custom logic.  Since we want to to hook up with the page&#039;s PreInit event we need to use an HttpHandler.

Essentially, handlers and modules can be combined so that modules are called before and after a handler executes.  You may find the article &lt;a href=&quot;http://support.microsoft.com/kb/307985&quot; rel=&quot;nofollow&quot;&gt;KB307985&lt;/a&gt; in Microsofts knowledge base interesting.

Hope that was helpful.</description>
		<content:encoded><![CDATA[<p>Navaneeth &#8211; A HttpHandler is an extension-based pre-processor that is suitable to intercept request for a particular resource, i.e. HTML or GIF files.  A HttpModule is an event-based preprocessor that allows to intercept events that occur in the pipeline and to inject custom logic.  Since we want to to hook up with the page&#8217;s PreInit event we need to use an HttpHandler.</p>
<p>Essentially, handlers and modules can be combined so that modules are called before and after a handler executes.  You may find the article <a href="http://support.microsoft.com/kb/307985" rel="nofollow">KB307985</a> in Microsofts knowledge base interesting.</p>
<p>Hope that was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navaneeth</title>
		<link>http://graegert.com/sharepoint-wss/customizing-applicationmaster-without-breaking-things/comment-page-1#comment-5932</link>
		<dc:creator>Navaneeth</dc:creator>
		<pubDate>Wed, 16 Dec 2009 06:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://graegert.com/?p=781#comment-5932</guid>
		<description>hi Steve 

i have one doubt. why you are using IHttpModule instead of httphandler?</description>
		<content:encoded><![CDATA[<p>hi Steve </p>
<p>i have one doubt. why you are using IHttpModule instead of httphandler?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Versluis</title>
		<link>http://graegert.com/sharepoint-wss/customizing-applicationmaster-without-breaking-things/comment-page-1#comment-5922</link>
		<dc:creator>Ivan Versluis</dc:creator>
		<pubDate>Mon, 16 Nov 2009 09:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://graegert.com/?p=781#comment-5922</guid>
		<description>Hey Steve,

Thanks for posting this here. This post and code worked and helped me implement and complete the Sharepoint 2007 project I am doing now.

I&#039;ve got the basics now and I will complete the configuration later on when moving to production server. I am using different folder for the custom application master. I prefer to use the &quot;Styles&quot; with the web application as than I can move the config easily without touching the file system.

I had issues with &quot;copy it into the GAC&quot; but I figured it out how to get through this issue. Non programmers like me are struggling with this and there is not easy information on google. I will blog my steps on for others.</description>
		<content:encoded><![CDATA[<p>Hey Steve,</p>
<p>Thanks for posting this here. This post and code worked and helped me implement and complete the Sharepoint 2007 project I am doing now.</p>
<p>I&#8217;ve got the basics now and I will complete the configuration later on when moving to production server. I am using different folder for the custom application master. I prefer to use the &#8220;Styles&#8221; with the web application as than I can move the config easily without touching the file system.</p>
<p>I had issues with &#8220;copy it into the GAC&#8221; but I figured it out how to get through this issue. Non programmers like me are struggling with this and there is not easy information on google. I will blog my steps on for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramesh</title>
		<link>http://graegert.com/sharepoint-wss/customizing-applicationmaster-without-breaking-things/comment-page-1#comment-5612</link>
		<dc:creator>ramesh</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://graegert.com/?p=781#comment-5612</guid>
		<description>Hi Steve Graegert,
Excellent posting..
It&#039;s really made my day..
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi Steve Graegert,<br />
Excellent posting..<br />
It&#8217;s really made my day..<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
