Symptoms
Following message appears during site publication " This is the SiteBuilder demo. You cannot publish in the Demo mode. "Resolution
Check "DemoVersion" value key in %SBDIR%\Web\web.config file.This setting is located within the tag:
<configuration>
<appSettings>
and have the form of <add key="keyName" value="value"/>
It should be false.
Additional information
%SBDIR% - Sitebuilder installation directory.Keywords: demo mode, publish,