﻿<?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>Mark van Aalst &#187; publishing</title>
	<atom:link href="http://www.markvanaalst.net/tag/publishing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markvanaalst.net</link>
	<description>blogging about ASP.Net and web development related techniques</description>
	<lastBuildDate>Thu, 18 Feb 2010 18:12:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Disable Sitecore publishing</title>
		<link>http://www.markvanaalst.net/2008/10/20/disable-sitecore-publishing/</link>
		<comments>http://www.markvanaalst.net/2008/10/20/disable-sitecore-publishing/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 22:49:45 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Sitecore]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://www.markvanaalst.com/?p=11</guid>
		<description><![CDATA[To avoid problems during the development of an Sitecore site it could be useful to disable the Sitecore Publishing method. This can be done by editing the following web.config rule: &#60;site name=&#8221;website&#8221; virtualFolder=&#8221;/&#8221; physicalFolder=&#8221;/&#8221; rootPath=&#8221;/sitecore/content&#8221; startItem=&#8221;/home&#8221; database=&#8221;web&#8221; domain=&#8221;extranet&#8221; allowDebug=&#8221;true&#8221; cacheHtml=&#8221;true&#8221; htmlCacheSize=&#8221;10MB&#8221; enablePreview=&#8221;true&#8221; enableWebEdit=&#8221;true&#8221; enableDebugger=&#8221;true&#8221; disableClientData=&#8221;false&#8221;/&#62; These are the settings of your current site. The database [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">To avoid problems during the development of an Sitecore site it could be useful to disable the Sitecore Publishing method.</p>
<p>This can be done by editing the following web.config rule:</p>
<p>&lt;site name=&#8221;website&#8221; virtualFolder=&#8221;/&#8221; physicalFolder=&#8221;/&#8221; rootPath=&#8221;/sitecore/content&#8221; startItem=&#8221;/home&#8221; database=&#8221;web&#8221; domain=&#8221;extranet&#8221; allowDebug=&#8221;true&#8221; cacheHtml=&#8221;true&#8221; htmlCacheSize=&#8221;10MB&#8221; enablePreview=&#8221;true&#8221; enableWebEdit=&#8221;true&#8221; enableDebugger=&#8221;true&#8221; disableClientData=&#8221;false&#8221;/&gt;</p>
<p>These are the settings of your current site. The database key contains the database name from where the site needs to get its content. By setting this to the master database you do not need to publish your content anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markvanaalst.net/2008/10/20/disable-sitecore-publishing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
