Oct
20
2008
20
2008
Disable Sitecore publishing
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:
<site name=”website” virtualFolder=”/” physicalFolder=”/” rootPath=”/sitecore/content” startItem=”/home” database=”web” domain=”extranet” allowDebug=”true” cacheHtml=”true” htmlCacheSize=”10MB” enablePreview=”true” enableWebEdit=”true” enableDebugger=”true” disableClientData=”false”/>
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.
Tags: publishing, Sitecore
Related Posts
1 Comment + Add Comment
Leave a comment
Who am I
Sitecore blogs
Sitecore blogs
- Sitecore Descriptive Tree List Field Type
- Adding a Publish button in the contextal menu
- Sitecore Searcher and Advanced Database Crawler
- Dutch webinar about faster developing with Sitecore Rocks and VS2010
- Using XAML controls outside the Sitecore folder
- Easily Sanitize a Sitecore Item Name in C#
- Introduction to the Unified Page Editor
- Sitecore.Diagnostics.Assert statements
- Programmatically Add Controls to the HTML Head in Sitecore
- Filtering ECM Dispatcher
Tag Cloud
authoring server
Blog
blog module
controls
Custom field
custom search
DataItem
Elmah
Exceptions
FieldControl
FieldEditor
google
infrastructure
ItemDatabound
item editor
JQuery
layout settings
ListView
ListViewDataItem
Logging
Personal
profiles
publishing
query
rich text editor
SDN
search
servers
sheerui
Sitecore
Sitecore 6
Sitecore Rocks
User Interface
validation
video
Webinar
xaml

An article by Mark





[...] Sitecore publishing Crawled: On February – 18 – 2009 Source To avoid problems during the development of an Sitecore site it could be useful to disable the [...]