If you have upgraded a local server install to Pro or Corp but the software still says Essentials- first trying pressing Ctrl + F5 simultaneously to clear the cache. If that does not work then follow the steps bellow.


The skin is chosen based on the Theme setting in web.config, and on the license.  If the Theme is set to something other than “default”, it takes precedence, but if it's default then the skin is chosen based on license.


 


  <appSettings>


    <add key="ReportService2005Url" value="http://localhost/ReportServer_PHYSICALSECURITY/reportservice2005.asmx" />


    <add key="ReportExecution2005Url" value="http://localhost/ReportServer_PHYSICALSECURITY/reportexecution2005.asmx" />


    <add key="ReportUseNetworkAuth" value="true" />


    <add key="ReportServerLogin" value="infinias" />


    <add key="ReportServerPassword" value="EACUser2009" />


    <add key="ReportServerDomain" value="" />


    <add key="EventsPageTimer" value="500" />


    <add key="EventsPageCaching" value="true" />


    <add key="Theme" value="default" />


    <add key="Minimizer" value="false" />


    <add key="eventsPageCacheLimit" value="1500" />


    <add key="eventsPageCacheRefreshMinutes" value="15" />


    <add key="groupEditShowSitewidePeople" value="true" />


    <add key="cannedVideoData" value="false" />


    <add key="FirmwareSerialNumberRange" value="94426-96348" />


  </appSettings>