Hi Guys,
I just updated to 1.1.2 using the automated update. When I did so, it put in this at the top of the web.config page:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<configSections>
</configSections>
<configSections>
<sectionGroup name="jsEngineSwitcher">
<section name="core" type="JavaScriptEngineSwitcher.Core.Configuration.CoreConfiguration, JavaScriptEngineSwitcher.Core" />
<section name="msie" type="JavaScriptEngineSwitcher.Msie.Configuration.MsieConfiguration, JavaScriptEngineSwitcher.Msie" />
</sectionGroup>
<sectionGroup name="bundleTransformer">
<section name="core" type="BundleTransformer.Core.Configuration.CoreSettings, BundleTransformer.Core" />
<section name="less" type="BundleTransformer.Less.Configuration.LessSettings, BundleTransformer.Less" />
</sectionGroup>
</configSections>
The first blank section causes an error until it is removed.
Thanks!
Chris
Hello,
Did you do this for portal / enterprise or solidcp server?
(from the looks of the code your trying to add it to SolidCP Portal). In portal's case you could just copy over the entire web.config fresh from a download (as it contains no configurable data)
http://installer.solidcp.com/Files/stable/SolidCP-Portal.zip
Do note any configuration like Authencitation --> disable windows auth should be redone but thats about the only thing you need to pay attention to.
Regards,
Marco
Marco,
This was on the portal server, and on a server that was previously Websitepanel.
I did this using the Auto Update process, and I downloaded a new version of the autoupdate. Based on the ps1 script, it is version 1.7.
Thanks!
Chris
alright, well just replace the portal web.config with the one included in the solidcp-portal.zip and it should be fine.
Do note the auto upgrade script is not made to migrate from WSP to SCP it's just to update SCP 🙂